static AndroidForWorkAppConfigurationSchemaItem.Builder |
AndroidForWorkAppConfigurationSchemaItem.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
AndroidForWorkAppConfigurationSchemaItem.Builder |
AndroidForWorkAppConfigurationSchemaItem.Builder.dataType(AndroidForWorkAppConfigurationSchemaItemDataType dataType) |
“The type of value this item describes”
|
AndroidForWorkAppConfigurationSchemaItem.Builder |
AndroidForWorkAppConfigurationSchemaItem.Builder.defaultBoolValue(Boolean defaultBoolValue) |
“Default value for boolean type items, if specified by the app developer”
|
AndroidForWorkAppConfigurationSchemaItem.Builder |
AndroidForWorkAppConfigurationSchemaItem.Builder.defaultIntValue(Integer defaultIntValue) |
“Default value for integer type items, if specified by the app developer”
|
AndroidForWorkAppConfigurationSchemaItem.Builder |
AndroidForWorkAppConfigurationSchemaItem.Builder.defaultStringArrayValue(String... defaultStringArrayValue) |
“Default value for string array type items, if specified by the app developer”
|
AndroidForWorkAppConfigurationSchemaItem.Builder |
AndroidForWorkAppConfigurationSchemaItem.Builder.defaultStringArrayValue(List<String> defaultStringArrayValue) |
“Default value for string array type items, if specified by the app developer”
|
AndroidForWorkAppConfigurationSchemaItem.Builder |
AndroidForWorkAppConfigurationSchemaItem.Builder.defaultStringArrayValueNextLink(String defaultStringArrayValueNextLink) |
“Default value for string array type items, if specified by the app developer”
|
AndroidForWorkAppConfigurationSchemaItem.Builder |
AndroidForWorkAppConfigurationSchemaItem.Builder.defaultStringValue(String defaultStringValue) |
“Default value for string type items, if specified by the app developer”
|
AndroidForWorkAppConfigurationSchemaItem.Builder |
AndroidForWorkAppConfigurationSchemaItem.Builder.description(String description) |
“Description of what the item controls within the application”
|
AndroidForWorkAppConfigurationSchemaItem.Builder |
AndroidForWorkAppConfigurationSchemaItem.Builder.displayName(String displayName) |
“Human readable name”
|
AndroidForWorkAppConfigurationSchemaItem.Builder |
AndroidForWorkAppConfigurationSchemaItem.Builder.schemaItemKey(String schemaItemKey) |
“Unique key the application uses to identify the item”
|
AndroidForWorkAppConfigurationSchemaItem.Builder |
AndroidForWorkAppConfigurationSchemaItem.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)”
|
AndroidForWorkAppConfigurationSchemaItem.Builder |
AndroidForWorkAppConfigurationSchemaItem.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)”
|
AndroidForWorkAppConfigurationSchemaItem.Builder |
AndroidForWorkAppConfigurationSchemaItem.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)”
|