public final class FindDevicesByOwnerRequest
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Android Device Provisioning Partner API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FindDevicesByOwnerRequest() |
| Modifier and Type | Method and Description |
|---|---|
FindDevicesByOwnerRequest |
clone() |
List<Long> |
getCustomerId()
The list of customer IDs to search for.
|
List<String> |
getGoogleWorkspaceCustomerId()
The list of IDs of Google Workspace accounts to search for.
|
Long |
getLimit()
Required.
|
String |
getPageToken()
A token specifying which result page to return.
|
String |
getSectionType()
Required.
|
FindDevicesByOwnerRequest |
set(String fieldName,
Object value) |
FindDevicesByOwnerRequest |
setCustomerId(List<Long> customerId)
The list of customer IDs to search for.
|
FindDevicesByOwnerRequest |
setGoogleWorkspaceCustomerId(List<String> googleWorkspaceCustomerId)
The list of IDs of Google Workspace accounts to search for.
|
FindDevicesByOwnerRequest |
setLimit(Long limit)
Required.
|
FindDevicesByOwnerRequest |
setPageToken(String pageToken)
A token specifying which result page to return.
|
FindDevicesByOwnerRequest |
setSectionType(String sectionType)
Required.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<Long> getCustomerId()
null for nonepublic FindDevicesByOwnerRequest setCustomerId(List<Long> customerId)
customerId - customerId or null for nonepublic List<String> getGoogleWorkspaceCustomerId()
null for nonepublic FindDevicesByOwnerRequest setGoogleWorkspaceCustomerId(List<String> googleWorkspaceCustomerId)
googleWorkspaceCustomerId - googleWorkspaceCustomerId or null for nonepublic Long getLimit()
null for nonepublic FindDevicesByOwnerRequest setLimit(Long limit)
limit - limit or null for nonepublic String getPageToken()
null for nonepublic FindDevicesByOwnerRequest setPageToken(String pageToken)
pageToken - pageToken or null for nonepublic String getSectionType()
null for nonepublic FindDevicesByOwnerRequest setSectionType(String sectionType)
sectionType - sectionType or null for nonepublic FindDevicesByOwnerRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FindDevicesByOwnerRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.