public class Directory.Groups.Patch extends DirectoryRequest<Group>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Directory.Groups.Patch(String groupKey,
Group content)
Update Group.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupKey()
Email or immutable Id of the group.
|
Directory.Groups.Patch |
set(String parameterName,
Object value) |
Directory.Groups.Patch |
setAlt(String alt)
Data format for the response.
|
Directory.Groups.Patch |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Directory.Groups.Patch |
setGroupKey(String groupKey)
Email or immutable Id of the group.
|
Directory.Groups.Patch |
setKey(String key)
API key.
|
Directory.Groups.Patch |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Directory.Groups.Patch |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Directory.Groups.Patch |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Directory.Groups.Patch |
setUserIp(String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesprotected Directory.Groups.Patch(String groupKey, Group content)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Directory.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must
be called to initialize this instance immediately after invoking the constructor.
groupKey - Email or immutable Id of the group. If Id, it should match with id of group objectcontent - the Grouppublic Directory.Groups.Patch setAlt(String alt)
DirectoryRequestsetAlt in class DirectoryRequest<Group>public Directory.Groups.Patch setFields(String fields)
DirectoryRequestsetFields in class DirectoryRequest<Group>public Directory.Groups.Patch setKey(String key)
DirectoryRequestsetKey in class DirectoryRequest<Group>public Directory.Groups.Patch setOauthToken(String oauthToken)
DirectoryRequestsetOauthToken in class DirectoryRequest<Group>public Directory.Groups.Patch setPrettyPrint(Boolean prettyPrint)
DirectoryRequestsetPrettyPrint in class DirectoryRequest<Group>public Directory.Groups.Patch setQuotaUser(String quotaUser)
DirectoryRequestsetQuotaUser in class DirectoryRequest<Group>public Directory.Groups.Patch setUserIp(String userIp)
DirectoryRequestsetUserIp in class DirectoryRequest<Group>public String getGroupKey()
public Directory.Groups.Patch setGroupKey(String groupKey)
public Directory.Groups.Patch set(String parameterName, Object value)
set in class DirectoryRequest<Group>