public static final class AndroidManagedStoreAppConfigurationSchema.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
AndroidManagedStoreAppConfigurationSchema |
build() |
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 |
id(String id) |
AndroidManagedStoreAppConfigurationSchema.Builder |
nestedSchemaItems(List<AndroidManagedStoreAppConfigurationSchemaItem> nestedSchemaItems)
“Collection of items each representing a named configuration option in the schema
.
|
AndroidManagedStoreAppConfigurationSchema.Builder |
nestedSchemaItemsNextLink(String nestedSchemaItemsNextLink)
“Collection of items each representing a named configuration option in the schema
.
|
AndroidManagedStoreAppConfigurationSchema.Builder |
schemaItems(List<AndroidManagedStoreAppConfigurationSchemaItem> schemaItems)
“Collection of items each representing a named configuration option in the schema
.
|
AndroidManagedStoreAppConfigurationSchema.Builder |
schemaItemsNextLink(String schemaItemsNextLink)
“Collection of items each representing a named configuration option in the schema
.
|
public AndroidManagedStoreAppConfigurationSchema.Builder id(String id)
public AndroidManagedStoreAppConfigurationSchema.Builder exampleJson(byte[] exampleJson)
exampleJson - value of exampleJson property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchema.Builder schemaItems(List<AndroidManagedStoreAppConfigurationSchemaItem> schemaItems)
schemaItems - value of schemaItems property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchema.Builder schemaItemsNextLink(String schemaItemsNextLink)
schemaItemsNextLink - value of schemaItems@nextLink property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchema.Builder nestedSchemaItems(List<AndroidManagedStoreAppConfigurationSchemaItem> nestedSchemaItems)
nestedSchemaItems - value of nestedSchemaItems property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchema.Builder nestedSchemaItemsNextLink(String nestedSchemaItemsNextLink)
nestedSchemaItemsNextLink - value of nestedSchemaItems@nextLink property (as defined in service metadata)this (for method chaining)public AndroidManagedStoreAppConfigurationSchema build()
Copyright © 2018–2020. All rights reserved.