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| Constructor and Description |
|---|
Enterprise() |
| Modifier and Type | Method and Description |
|---|---|
Enterprise |
clone() |
java.util.List<Administrator> |
getAdministrator()
Admins of the enterprise.
|
java.lang.String |
getId()
The unique ID for the enterprise.
|
java.lang.String |
getKind() |
java.lang.String |
getName()
The name of the enterprise, for example, "Example, Inc".
|
java.lang.String |
getPrimaryDomain()
The enterprise's primary domain, such as "example.com".
|
Enterprise |
set(java.lang.String fieldName,
java.lang.Object value) |
Enterprise |
setAdministrator(java.util.List<Administrator> administrator)
Admins of the enterprise.
|
Enterprise |
setId(java.lang.String id)
The unique ID for the enterprise.
|
Enterprise |
setKind(java.lang.String kind) |
Enterprise |
setName(java.lang.String name)
The name of the enterprise, for example, "Example, Inc".
|
Enterprise |
setPrimaryDomain(java.lang.String primaryDomain)
The enterprise's primary domain, such as "example.com".
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<Administrator> getAdministrator()
null for nonepublic Enterprise setAdministrator(java.util.List<Administrator> administrator)
administrator - administrator or null for nonepublic java.lang.String getId()
null for nonepublic Enterprise setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic Enterprise setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic Enterprise setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getPrimaryDomain()
null for nonepublic Enterprise setPrimaryDomain(java.lang.String primaryDomain)
primaryDomain - primaryDomain or null for nonepublic Enterprise set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Enterprise clone()
clone in class com.google.api.client.json.GenericJson