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