public class Directory.Groups.Update extends DirectoryRequest<Group>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Directory.Groups.Update(String groupKey,
Group content)
Update Group
Create a request for the method "groups.update".
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupKey()
Email or immutable Id of the group.
|
Directory.Groups.Update |
set(String parameterName,
Object value) |
Directory.Groups.Update |
setAlt(String alt)
Data format for the response.
|
Directory.Groups.Update |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Directory.Groups.Update |
setGroupKey(String groupKey)
Email or immutable Id of the group.
|
Directory.Groups.Update |
setKey(String key)
API key.
|
Directory.Groups.Update |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Directory.Groups.Update |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Directory.Groups.Update |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Directory.Groups.Update |
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.Update(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.Update setAlt(String alt)
DirectoryRequestsetAlt in class DirectoryRequest<Group>public Directory.Groups.Update setFields(String fields)
DirectoryRequestsetFields in class DirectoryRequest<Group>public Directory.Groups.Update setKey(String key)
DirectoryRequestsetKey in class DirectoryRequest<Group>public Directory.Groups.Update setOauthToken(String oauthToken)
DirectoryRequestsetOauthToken in class DirectoryRequest<Group>public Directory.Groups.Update setPrettyPrint(Boolean prettyPrint)
DirectoryRequestsetPrettyPrint in class DirectoryRequest<Group>public Directory.Groups.Update setQuotaUser(String quotaUser)
DirectoryRequestsetQuotaUser in class DirectoryRequest<Group>public Directory.Groups.Update setUserIp(String userIp)
DirectoryRequestsetUserIp in class DirectoryRequest<Group>public String getGroupKey()
public Directory.Groups.Update setGroupKey(String groupKey)
public Directory.Groups.Update set(String parameterName, Object value)
set in class DirectoryRequest<Group>