public class Directory.Orgunits.Delete extends DirectoryRequest<Void>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Directory.Orgunits.Delete(String customerId,
List<String> orgUnitPath)
Remove Organization Unit
Create a request for the method "orgunits.delete".
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerId()
Immutable id of the Google Apps account
|
List<String> |
getOrgUnitPath()
Full path of the organization unit
|
Directory.Orgunits.Delete |
set(String parameterName,
Object value) |
Directory.Orgunits.Delete |
setAlt(String alt)
Data format for the response.
|
Directory.Orgunits.Delete |
setCustomerId(String customerId)
Immutable id of the Google Apps account
|
Directory.Orgunits.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Directory.Orgunits.Delete |
setKey(String key)
API key.
|
Directory.Orgunits.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Directory.Orgunits.Delete |
setOrgUnitPath(List<String> orgUnitPath)
Full path of the organization unit
|
Directory.Orgunits.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Directory.Orgunits.Delete |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Directory.Orgunits.Delete |
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.Orgunits.Delete(String customerId, List<String> orgUnitPath)
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 - Immutable id of the Google Apps accountorgUnitPath - Full path of the organization unitpublic Directory.Orgunits.Delete setAlt(String alt)
DirectoryRequestsetAlt in class DirectoryRequest<Void>public Directory.Orgunits.Delete setFields(String fields)
DirectoryRequestsetFields in class DirectoryRequest<Void>public Directory.Orgunits.Delete setKey(String key)
DirectoryRequestsetKey in class DirectoryRequest<Void>public Directory.Orgunits.Delete setOauthToken(String oauthToken)
DirectoryRequestsetOauthToken in class DirectoryRequest<Void>public Directory.Orgunits.Delete setPrettyPrint(Boolean prettyPrint)
DirectoryRequestsetPrettyPrint in class DirectoryRequest<Void>public Directory.Orgunits.Delete setQuotaUser(String quotaUser)
DirectoryRequestsetQuotaUser in class DirectoryRequest<Void>public Directory.Orgunits.Delete setUserIp(String userIp)
DirectoryRequestsetUserIp in class DirectoryRequest<Void>public String getCustomerId()
public Directory.Orgunits.Delete setCustomerId(String customerId)
public Directory.Orgunits.Delete setOrgUnitPath(List<String> orgUnitPath)
public Directory.Orgunits.Delete set(String parameterName, Object value)
set in class DirectoryRequest<Void>