public static final class AndroidManagedStoreAppConfigurationSchemaItem.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
AndroidManagedStoreAppConfigurationSchemaItem |
build() |
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
dataType(AndroidManagedStoreAppConfigurationSchemaItemDataType dataType)
“The type of value this item describes”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
defaultBoolValue(Boolean defaultBoolValue)
“Default value for boolean type items, if specified by the app developer”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
defaultIntValue(Integer defaultIntValue)
“Default value for integer type items, if specified by the app developer”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
defaultStringArrayValue(List<String> defaultStringArrayValue)
“Default value for string array type items, if specified by the app developer”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
defaultStringArrayValue(String... defaultStringArrayValue)
“Default value for string array type items, if specified by the app developer”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
defaultStringArrayValueNextLink(String defaultStringArrayValueNextLink)
“Default value for string array type items, if specified by the app developer”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
defaultStringValue(String defaultStringValue)
“Default value for string type items, if specified by the app developer”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
description(String description)
“Description of what the item controls within the application”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
displayName(String displayName)
“Human readable name”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
index(Integer index)
“Unique index the application uses to maintain nested schema items”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
parentIndex(Integer parentIndex)
“Index of parent schema item to track nested schema items”
|
AndroidManagedStoreAppConfigurationSchemaItem.Builder |
schemaItemKey(String schemaItemKey)
“Unique key the application uses to identify the item”
|
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 |
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 |
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)”
|
public AndroidManagedStoreAppConfigurationSchemaItem.Builder index(Integer index)
index - value of index property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem.Builder parentIndex(Integer parentIndex)
parentIndex - value of parentIndex property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem.Builder schemaItemKey(String schemaItemKey)
schemaItemKey - value of schemaItemKey property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem.Builder displayName(String displayName)
displayName - value of displayName property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem.Builder description(String description)
description - value of description property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem.Builder defaultBoolValue(Boolean defaultBoolValue)
defaultBoolValue - value of defaultBoolValue property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem.Builder defaultIntValue(Integer defaultIntValue)
defaultIntValue - value of defaultIntValue property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem.Builder defaultStringValue(String defaultStringValue)
defaultStringValue - value of defaultStringValue property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem.Builder defaultStringArrayValue(List<String> defaultStringArrayValue)
defaultStringArrayValue - value of defaultStringArrayValue property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem.Builder defaultStringArrayValue(String... defaultStringArrayValue)
defaultStringArrayValue - value of defaultStringArrayValue property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem.Builder defaultStringArrayValueNextLink(String defaultStringArrayValueNextLink)
defaultStringArrayValueNextLink - value of defaultStringArrayValue@nextLink property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem.Builder dataType(AndroidManagedStoreAppConfigurationSchemaItemDataType dataType)
dataType - value of dataType property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem.Builder selections(List<KeyValuePair> selections)
selections - value of selections property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem.Builder selections(KeyValuePair... selections)
selections - value of selections property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem.Builder selectionsNextLink(String selectionsNextLink)
selectionsNextLink - value of selections@nextLink property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchemaItem build()
Copyright © 2018–2020. All rights reserved.