public final class ModifyContactGroupMembersRequest
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the People API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ModifyContactGroupMembersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyContactGroupMembersRequest |
clone() |
java.util.List<java.lang.String> |
getResourceNamesToAdd()
The resource names of the contact people to add in the form of in the form `people/`person_id.
|
java.util.List<java.lang.String> |
getResourceNamesToRemove()
The resource names of the contact people to remove in the form of in the form of
`people/`person_id.
|
ModifyContactGroupMembersRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
ModifyContactGroupMembersRequest |
setResourceNamesToAdd(java.util.List<java.lang.String> resourceNamesToAdd)
The resource names of the contact people to add in the form of in the form `people/`person_id.
|
ModifyContactGroupMembersRequest |
setResourceNamesToRemove(java.util.List<java.lang.String> resourceNamesToRemove)
The resource names of the contact people to remove in the form of in the form of
`people/`person_id.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.String> getResourceNamesToAdd()
null for nonepublic ModifyContactGroupMembersRequest setResourceNamesToAdd(java.util.List<java.lang.String> resourceNamesToAdd)
resourceNamesToAdd - resourceNamesToAdd or null for nonepublic java.util.List<java.lang.String> getResourceNamesToRemove()
null for nonepublic ModifyContactGroupMembersRequest setResourceNamesToRemove(java.util.List<java.lang.String> resourceNamesToRemove)
resourceNamesToRemove - resourceNamesToRemove or null for nonepublic ModifyContactGroupMembersRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ModifyContactGroupMembersRequest clone()
clone in class com.google.api.client.json.GenericJson