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.FlagsAbstractMap.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 |
getEnterpriseType()
The type of the enterprise.
|
GoogleAuthenticationSettings |
getGoogleAuthenticationSettings()
Output only.
|
String |
getId()
The unique ID for the enterprise.
|
String |
getManagedGoogleDomainType()
The type of managed Google domain
|
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 |
setEnterpriseType(String enterpriseType)
The type of the enterprise.
|
Enterprise |
setGoogleAuthenticationSettings(GoogleAuthenticationSettings googleAuthenticationSettings)
Output only.
|
Enterprise |
setId(String id)
The unique ID for the enterprise.
|
Enterprise |
setManagedGoogleDomainType(String managedGoogleDomainType)
The type of managed Google domain
|
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, 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<Administrator> getAdministrator()
null for nonepublic Enterprise setAdministrator(List<Administrator> administrator)
administrator - administrator or null for nonepublic String getEnterpriseType()
null for nonepublic Enterprise setEnterpriseType(String enterpriseType)
enterpriseType - enterpriseType or null for nonepublic GoogleAuthenticationSettings getGoogleAuthenticationSettings()
null for nonepublic Enterprise setGoogleAuthenticationSettings(GoogleAuthenticationSettings googleAuthenticationSettings)
googleAuthenticationSettings - googleAuthenticationSettings or null for nonepublic String getId()
null for nonepublic Enterprise setId(String id)
id - id or null for nonepublic String getManagedGoogleDomainType()
null for nonepublic Enterprise setManagedGoogleDomainType(String managedGoogleDomainType)
managedGoogleDomainType - managedGoogleDomainType 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.GenericJsonpublic Enterprise clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.