public final class EnterprisesListResponse
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 |
---|
EnterprisesListResponse() |
Modifier and Type | Method and Description |
---|---|
EnterprisesListResponse |
clone() |
java.util.List<Enterprise> |
getEnterprise()
An enterprise.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
EnterprisesListResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
EnterprisesListResponse |
setEnterprise(java.util.List<Enterprise> enterprise)
An enterprise.
|
EnterprisesListResponse |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.util.List<Enterprise> getEnterprise()
null
for nonepublic EnterprisesListResponse setEnterprise(java.util.List<Enterprise> enterprise)
enterprise
- enterprise or null
for nonepublic java.lang.String getKind()
null
for nonepublic EnterprisesListResponse setKind(java.lang.String kind)
kind
- kind or null
for nonepublic EnterprisesListResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public EnterprisesListResponse clone()
clone
in class com.google.api.client.json.GenericJson