Package | Description |
---|---|
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
AppRestrictionsSchemaRestriction |
AppRestrictionsSchemaRestriction.clone() |
AppRestrictionsSchemaRestriction |
AppRestrictionsSchemaRestriction.set(String fieldName,
Object value) |
AppRestrictionsSchemaRestriction |
AppRestrictionsSchemaRestriction.setDefaultValue(AppRestrictionsSchemaRestrictionRestrictionValue defaultValue)
The default value of the restriction.
|
AppRestrictionsSchemaRestriction |
AppRestrictionsSchemaRestriction.setDescription(String description)
A longer description of the restriction, giving more detail of what it affects.
|
AppRestrictionsSchemaRestriction |
AppRestrictionsSchemaRestriction.setEntry(List<String> entry__)
For choice or multiselect restrictions, the list of possible entries' human-readable names.
|
AppRestrictionsSchemaRestriction |
AppRestrictionsSchemaRestriction.setEntryValue(List<String> entryValue)
For choice or multiselect restrictions, the list of possible entries' machine-readable values.
|
AppRestrictionsSchemaRestriction |
AppRestrictionsSchemaRestriction.setKey(String key)
The unique key that the product uses to identify the restriction, e.g.
|
AppRestrictionsSchemaRestriction |
AppRestrictionsSchemaRestriction.setNestedRestriction(List<AppRestrictionsSchemaRestriction> nestedRestriction)
For bundle or bundleArray restrictions, the list of nested restrictions.
|
AppRestrictionsSchemaRestriction |
AppRestrictionsSchemaRestriction.setRestrictionType(String restrictionType)
The type of the restriction.
|
AppRestrictionsSchemaRestriction |
AppRestrictionsSchemaRestriction.setTitle(String title)
The name of the restriction.
|
Modifier and Type | Method and Description |
---|---|
List<AppRestrictionsSchemaRestriction> |
AppRestrictionsSchemaRestriction.getNestedRestriction()
For bundle or bundleArray restrictions, the list of nested restrictions.
|
List<AppRestrictionsSchemaRestriction> |
AppRestrictionsSchema.getRestrictions()
The set of restrictions that make up this schema.
|
Modifier and Type | Method and Description |
---|---|
AppRestrictionsSchemaRestriction |
AppRestrictionsSchemaRestriction.setNestedRestriction(List<AppRestrictionsSchemaRestriction> nestedRestriction)
For bundle or bundleArray restrictions, the list of nested restrictions.
|
AppRestrictionsSchema |
AppRestrictionsSchema.setRestrictions(List<AppRestrictionsSchemaRestriction> restrictions)
The set of restrictions that make up this schema.
|
Copyright © 2011–2019 Google. All rights reserved.