static AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.dataType(AndroidManagedStoreAppConfigurationSchemaItemDataType dataType) |
“The type of value this item describes”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.defaultBoolValue(Boolean defaultBoolValue) |
“Default value for boolean type items, if specified by the app developer”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.defaultIntValue(Integer defaultIntValue) |
“Default value for integer type items, if specified by the app developer”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.defaultStringArrayValue(String... defaultStringArrayValue) |
“Default value for string array type items, if specified by the app developer”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.defaultStringArrayValue(List<String> defaultStringArrayValue) |
“Default value for string array type items, if specified by the app developer”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.defaultStringArrayValueNextLink(String defaultStringArrayValueNextLink) |
“Default value for string array type items, if specified by the app developer”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.defaultStringValue(String defaultStringValue) |
“Default value for string type items, if specified by the app developer”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.description(String description) |
“Description of what the item controls within the application”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.displayName(String displayName) |
“Human readable name”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.index(Integer index) |
“Unique index the application uses to maintain nested schema items”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.parentIndex(Integer parentIndex) |
“Index of parent schema item to track nested schema items”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.schemaItemKey(String schemaItemKey) |
“Unique key the application uses to identify the item”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.selections(List<KeyValuePair> selections) |
“List of human readable name/value pairs for the valid values that can be set for
this item (Choice and Multiselect items only)”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.selections(KeyValuePair... selections) |
“List of human readable name/value pairs for the valid values that can be set for
this item (Choice and Multiselect items only)”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
AndroidManagedStoreAppConfigurationSchemaItem.Builder.selectionsNextLink(String selectionsNextLink) |
“List of human readable name/value pairs for the valid values that can be set for
this item (Choice and Multiselect items only)”
|