public class Directory.Chromeosdevices.Patch extends DirectoryRequest<ChromeOsDevice>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Directory.Chromeosdevices.Patch(String customerId,
String deviceId,
ChromeOsDevice content)
Update Chrome OS Device.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerId()
Immutable id of the Google Apps account
|
String |
getDeviceId()
Immutable id of Chrome OS Device
|
String |
getProjection()
Restrict information returned to a set of selected fields.
|
Directory.Chromeosdevices.Patch |
set(String parameterName,
Object value) |
Directory.Chromeosdevices.Patch |
setAlt(String alt)
Data format for the response.
|
Directory.Chromeosdevices.Patch |
setCustomerId(String customerId)
Immutable id of the Google Apps account
|
Directory.Chromeosdevices.Patch |
setDeviceId(String deviceId)
Immutable id of Chrome OS Device
|
Directory.Chromeosdevices.Patch |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Directory.Chromeosdevices.Patch |
setKey(String key)
API key.
|
Directory.Chromeosdevices.Patch |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Directory.Chromeosdevices.Patch |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Directory.Chromeosdevices.Patch |
setProjection(String projection)
Restrict information returned to a set of selected fields.
|
Directory.Chromeosdevices.Patch |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Directory.Chromeosdevices.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.Chromeosdevices.Patch(String customerId, String deviceId, ChromeOsDevice 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 - Immutable id of the Google Apps accountdeviceId - Immutable id of Chrome OS Devicecontent - the ChromeOsDevicepublic Directory.Chromeosdevices.Patch setAlt(String alt)
DirectoryRequestsetAlt in class DirectoryRequest<ChromeOsDevice>public Directory.Chromeosdevices.Patch setFields(String fields)
DirectoryRequestsetFields in class DirectoryRequest<ChromeOsDevice>public Directory.Chromeosdevices.Patch setKey(String key)
DirectoryRequestsetKey in class DirectoryRequest<ChromeOsDevice>public Directory.Chromeosdevices.Patch setOauthToken(String oauthToken)
DirectoryRequestsetOauthToken in class DirectoryRequest<ChromeOsDevice>public Directory.Chromeosdevices.Patch setPrettyPrint(Boolean prettyPrint)
DirectoryRequestsetPrettyPrint in class DirectoryRequest<ChromeOsDevice>public Directory.Chromeosdevices.Patch setQuotaUser(String quotaUser)
DirectoryRequestsetQuotaUser in class DirectoryRequest<ChromeOsDevice>public Directory.Chromeosdevices.Patch setUserIp(String userIp)
DirectoryRequestsetUserIp in class DirectoryRequest<ChromeOsDevice>public String getCustomerId()
public Directory.Chromeosdevices.Patch setCustomerId(String customerId)
public String getDeviceId()
public Directory.Chromeosdevices.Patch setDeviceId(String deviceId)
public String getProjection()
public Directory.Chromeosdevices.Patch setProjection(String projection)
public Directory.Chromeosdevices.Patch set(String parameterName, Object value)
set in class DirectoryRequest<ChromeOsDevice>