public class Directory.Orgunits.Update extends DirectoryRequest<OrgUnit>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
Update(String customerId,
String orgUnitPath,
OrgUnit content)
Updates an organizational unit.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowPlus()
Parses org unit path without url decode to allow for plus in ou name
|
String |
getCustomerId()
The unique ID for the customer's Google Workspace account.
|
String |
getOrgUnitPath()
The full path of the organizational unit or its unique ID.
|
Directory.Orgunits.Update |
set(String parameterName,
Object value) |
Directory.Orgunits.Update |
set$Xgafv(String $Xgafv)
V1 error format.
|
Directory.Orgunits.Update |
setAccessToken(String accessToken)
OAuth access token.
|
Directory.Orgunits.Update |
setAllowPlus(Boolean allowPlus)
Parses org unit path without url decode to allow for plus in ou name
|
Directory.Orgunits.Update |
setAlt(String alt)
Data format for response.
|
Directory.Orgunits.Update |
setCallback(String callback)
JSONP
|
Directory.Orgunits.Update |
setCustomerId(String customerId)
The unique ID for the customer's Google Workspace account.
|
Directory.Orgunits.Update |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Directory.Orgunits.Update |
setKey(String key)
API key.
|
Directory.Orgunits.Update |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Directory.Orgunits.Update |
setOrgUnitPath(String orgUnitPath)
The full path of the organizational unit or its unique ID.
|
Directory.Orgunits.Update |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Directory.Orgunits.Update |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Directory.Orgunits.Update |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Directory.Orgunits.Update |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, 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, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Update(String customerId, String orgUnitPath, OrgUnit 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.
customerId - The unique ID for the customer's Google Workspace account. As an account administrator, you can also
use the `my_customer` alias to represent your account's `customerId`. The `customerId` is
also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).orgUnitPath - The full path of the organizational unit or its unique ID.content - the OrgUnitpublic Directory.Orgunits.Update set$Xgafv(String $Xgafv)
DirectoryRequestset$Xgafv in class DirectoryRequest<OrgUnit>public Directory.Orgunits.Update setAccessToken(String accessToken)
DirectoryRequestsetAccessToken in class DirectoryRequest<OrgUnit>public Directory.Orgunits.Update setAlt(String alt)
DirectoryRequestsetAlt in class DirectoryRequest<OrgUnit>public Directory.Orgunits.Update setCallback(String callback)
DirectoryRequestsetCallback in class DirectoryRequest<OrgUnit>public Directory.Orgunits.Update setFields(String fields)
DirectoryRequestsetFields in class DirectoryRequest<OrgUnit>public Directory.Orgunits.Update setKey(String key)
DirectoryRequestsetKey in class DirectoryRequest<OrgUnit>public Directory.Orgunits.Update setOauthToken(String oauthToken)
DirectoryRequestsetOauthToken in class DirectoryRequest<OrgUnit>public Directory.Orgunits.Update setPrettyPrint(Boolean prettyPrint)
DirectoryRequestsetPrettyPrint in class DirectoryRequest<OrgUnit>public Directory.Orgunits.Update setQuotaUser(String quotaUser)
DirectoryRequestsetQuotaUser in class DirectoryRequest<OrgUnit>public Directory.Orgunits.Update setUploadType(String uploadType)
DirectoryRequestsetUploadType in class DirectoryRequest<OrgUnit>public Directory.Orgunits.Update setUploadProtocol(String uploadProtocol)
DirectoryRequestsetUploadProtocol in class DirectoryRequest<OrgUnit>public String getCustomerId()
public Directory.Orgunits.Update setCustomerId(String customerId)
public String getOrgUnitPath()
public Directory.Orgunits.Update setOrgUnitPath(String orgUnitPath)
public Boolean getAllowPlus()
public Directory.Orgunits.Update setAllowPlus(Boolean allowPlus)
public Directory.Orgunits.Update set(String parameterName, Object value)
set in class DirectoryRequest<OrgUnit>Copyright © 2011–2021 Google. All rights reserved.