public final class Enterprise
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 |
---|
Enterprise() |
Modifier and Type | Method and Description |
---|---|
Enterprise |
clone() |
List<Administrator> |
getAdministrator()
Admins of the enterprise.
|
String |
getId()
The unique ID for the enterprise.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getName()
The name of the enterprise, for example, "Example, Inc".
|
String |
getPrimaryDomain()
The enterprise's primary domain, such as "example.com".
|
Enterprise |
set(String fieldName,
Object value) |
Enterprise |
setAdministrator(List<Administrator> administrator)
Admins of the enterprise.
|
Enterprise |
setId(String id)
The unique ID for the enterprise.
|
Enterprise |
setKind(String kind)
Identifies what kind of resource this is.
|
Enterprise |
setName(String name)
The name of the enterprise, for example, "Example, Inc".
|
Enterprise |
setPrimaryDomain(String primaryDomain)
The enterprise's primary domain, such as "example.com".
|
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 List<Administrator> getAdministrator()
null
for nonepublic Enterprise setAdministrator(List<Administrator> administrator)
administrator
- administrator or null
for nonepublic String getId()
null
for nonepublic Enterprise setId(String id)
id
- id or null
for nonepublic String getKind()
null
for nonepublic Enterprise setKind(String kind)
kind
- kind or null
for nonepublic String getName()
null
for nonepublic Enterprise setName(String name)
name
- name or null
for nonepublic String getPrimaryDomain()
null
for nonepublic Enterprise setPrimaryDomain(String primaryDomain)
primaryDomain
- primaryDomain or null
for nonepublic Enterprise set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Enterprise clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2019 Google. All rights reserved.