public final class ManagedConfigurationsSettingsListResponse
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 |
---|
ManagedConfigurationsSettingsListResponse() |
Modifier and Type | Method and Description |
---|---|
ManagedConfigurationsSettingsListResponse |
clone() |
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.util.List<ManagedConfigurationsSettings> |
getManagedConfigurationsSettings()
A managed configurations settings for an app that may be assigned to a group of users in an
enterprise.
|
ManagedConfigurationsSettingsListResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ManagedConfigurationsSettingsListResponse |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
ManagedConfigurationsSettingsListResponse |
setManagedConfigurationsSettings(java.util.List<ManagedConfigurationsSettings> managedConfigurationsSettings)
A managed configurations settings for an app that may be assigned to a group of users in an
enterprise.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public ManagedConfigurationsSettingsListResponse()
public java.lang.String getKind()
null
for nonepublic ManagedConfigurationsSettingsListResponse setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.util.List<ManagedConfigurationsSettings> getManagedConfigurationsSettings()
null
for nonepublic ManagedConfigurationsSettingsListResponse setManagedConfigurationsSettings(java.util.List<ManagedConfigurationsSettings> managedConfigurationsSettings)
managedConfigurationsSettings
- managedConfigurationsSettings or null
for nonepublic ManagedConfigurationsSettingsListResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ManagedConfigurationsSettingsListResponse clone()
clone
in class com.google.api.client.json.GenericJson