static AndroidManagedStoreAppConfigurationSchema.Builder |
AndroidManagedStoreAppConfigurationSchema.builderAndroidManagedStoreAppConfigurationSchema() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
AndroidManagedStoreAppConfigurationSchema.Builder |
AndroidManagedStoreAppConfigurationSchema.Builder.exampleJson(byte[] exampleJson) |
“UTF8 encoded byte array containing example JSON string conforming to this schema
that demonstrates how to set the configuration for this app”
|
AndroidManagedStoreAppConfigurationSchema.Builder |
AndroidManagedStoreAppConfigurationSchema.Builder.id(String id) |
|
AndroidManagedStoreAppConfigurationSchema.Builder |
AndroidManagedStoreAppConfigurationSchema.Builder.nestedSchemaItems(List<AndroidManagedStoreAppConfigurationSchemaItem> nestedSchemaItems) |
“Collection of items each representing a named configuration option in the schema
.
|
AndroidManagedStoreAppConfigurationSchema.Builder |
AndroidManagedStoreAppConfigurationSchema.Builder.nestedSchemaItems(AndroidManagedStoreAppConfigurationSchemaItem... nestedSchemaItems) |
“Collection of items each representing a named configuration option in the schema
.
|
AndroidManagedStoreAppConfigurationSchema.Builder |
AndroidManagedStoreAppConfigurationSchema.Builder.nestedSchemaItemsNextLink(String nestedSchemaItemsNextLink) |
“Collection of items each representing a named configuration option in the schema
.
|
AndroidManagedStoreAppConfigurationSchema.Builder |
AndroidManagedStoreAppConfigurationSchema.Builder.schemaItems(List<AndroidManagedStoreAppConfigurationSchemaItem> schemaItems) |
“Collection of items each representing a named configuration option in the schema
.
|
AndroidManagedStoreAppConfigurationSchema.Builder |
AndroidManagedStoreAppConfigurationSchema.Builder.schemaItems(AndroidManagedStoreAppConfigurationSchemaItem... schemaItems) |
“Collection of items each representing a named configuration option in the schema
.
|
AndroidManagedStoreAppConfigurationSchema.Builder |
AndroidManagedStoreAppConfigurationSchema.Builder.schemaItemsNextLink(String schemaItemsNextLink) |
“Collection of items each representing a named configuration option in the schema
.
|