public final class AdministratorWebTokenSpec
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 Google Play EMM 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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
AdministratorWebTokenSpec() |
Modifier and Type | Method and Description |
---|---|
AdministratorWebTokenSpec |
clone() |
String |
getKind()
Identifies what kind of resource this is.
|
String |
getParent()
The URI of the parent frame hosting the iframe.
|
List<String> |
getPermission()
Deprecated.
|
AdministratorWebTokenSpecPlaySearch |
getPlaySearch()
Options for displaying the managed Play Search apps page.
|
AdministratorWebTokenSpecPrivateApps |
getPrivateApps()
Options for displaying the Private Apps page.
|
AdministratorWebTokenSpecStoreBuilder |
getStoreBuilder()
Options for displaying the Organize apps page.
|
AdministratorWebTokenSpecWebApps |
getWebApps()
Options for displaying the Web Apps page.
|
AdministratorWebTokenSpec |
set(String fieldName,
Object value) |
AdministratorWebTokenSpec |
setKind(String kind)
Identifies what kind of resource this is.
|
AdministratorWebTokenSpec |
setParent(String parent)
The URI of the parent frame hosting the iframe.
|
AdministratorWebTokenSpec |
setPermission(List<String> permission)
Deprecated.
|
AdministratorWebTokenSpec |
setPlaySearch(AdministratorWebTokenSpecPlaySearch playSearch)
Options for displaying the managed Play Search apps page.
|
AdministratorWebTokenSpec |
setPrivateApps(AdministratorWebTokenSpecPrivateApps privateApps)
Options for displaying the Private Apps page.
|
AdministratorWebTokenSpec |
setStoreBuilder(AdministratorWebTokenSpecStoreBuilder storeBuilder)
Options for displaying the Organize apps page.
|
AdministratorWebTokenSpec |
setWebApps(AdministratorWebTokenSpecWebApps webApps)
Options for displaying the Web Apps page.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getKind()
null
for nonepublic AdministratorWebTokenSpec setKind(String kind)
kind
- kind or null
for nonepublic String getParent()
null
for nonepublic AdministratorWebTokenSpec setParent(String parent)
parent
- parent or null
for nonepublic List<String> getPermission()
null
for nonepublic AdministratorWebTokenSpec setPermission(List<String> permission)
permission
- permission or null
for nonepublic AdministratorWebTokenSpecPlaySearch getPlaySearch()
null
for nonepublic AdministratorWebTokenSpec setPlaySearch(AdministratorWebTokenSpecPlaySearch playSearch)
playSearch
- playSearch or null
for nonepublic AdministratorWebTokenSpecPrivateApps getPrivateApps()
null
for nonepublic AdministratorWebTokenSpec setPrivateApps(AdministratorWebTokenSpecPrivateApps privateApps)
privateApps
- privateApps or null
for nonepublic AdministratorWebTokenSpecStoreBuilder getStoreBuilder()
null
for nonepublic AdministratorWebTokenSpec setStoreBuilder(AdministratorWebTokenSpecStoreBuilder storeBuilder)
storeBuilder
- storeBuilder or null
for nonepublic AdministratorWebTokenSpecWebApps getWebApps()
null
for nonepublic AdministratorWebTokenSpec setWebApps(AdministratorWebTokenSpecWebApps webApps)
webApps
- webApps or null
for nonepublic AdministratorWebTokenSpec set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public AdministratorWebTokenSpec clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2019 Google. All rights reserved.