public class CloudIdentity.Devices.DeviceUsers.List extends CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(String parent)
Lists/Searches DeviceUsers.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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 List(String parent)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
CloudIdentity.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
parent - Required. To list all DeviceUsers, set this to "devices/-". To list all DeviceUsers owned by a
device, set this to the resource name of the device. Format: devices/{device}public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>IOExceptionpublic CloudIdentity.Devices.DeviceUsers.List set$Xgafv(String $Xgafv)
CloudIdentityRequestset$Xgafv in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>public CloudIdentity.Devices.DeviceUsers.List setAccessToken(String accessToken)
CloudIdentityRequestsetAccessToken in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>public CloudIdentity.Devices.DeviceUsers.List setAlt(String alt)
CloudIdentityRequestsetAlt in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>public CloudIdentity.Devices.DeviceUsers.List setCallback(String callback)
CloudIdentityRequestsetCallback in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>public CloudIdentity.Devices.DeviceUsers.List setFields(String fields)
CloudIdentityRequestsetFields in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>public CloudIdentity.Devices.DeviceUsers.List setKey(String key)
CloudIdentityRequestsetKey in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>public CloudIdentity.Devices.DeviceUsers.List setOauthToken(String oauthToken)
CloudIdentityRequestsetOauthToken in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>public CloudIdentity.Devices.DeviceUsers.List setPrettyPrint(Boolean prettyPrint)
CloudIdentityRequestsetPrettyPrint in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>public CloudIdentity.Devices.DeviceUsers.List setQuotaUser(String quotaUser)
CloudIdentityRequestsetQuotaUser in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>public CloudIdentity.Devices.DeviceUsers.List setUploadType(String uploadType)
CloudIdentityRequestsetUploadType in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>public CloudIdentity.Devices.DeviceUsers.List setUploadProtocol(String uploadProtocol)
CloudIdentityRequestsetUploadProtocol in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>public String getParent()
public CloudIdentity.Devices.DeviceUsers.List setParent(String parent)
public String getCustomer()
public CloudIdentity.Devices.DeviceUsers.List setCustomer(String customer)
public String getFilter()
public CloudIdentity.Devices.DeviceUsers.List setFilter(String filter)
public String getOrderBy()
public CloudIdentity.Devices.DeviceUsers.List setOrderBy(String orderBy)
public Integer getPageSize()
public CloudIdentity.Devices.DeviceUsers.List setPageSize(Integer pageSize)
public String getPageToken()
public CloudIdentity.Devices.DeviceUsers.List setPageToken(String pageToken)
public CloudIdentity.Devices.DeviceUsers.List set(String parameterName, Object value)
set in class CloudIdentityRequest<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>Copyright © 2011–2024 Google. All rights reserved.