Package odata.msgraph.client.beta.entity
Class AndroidManagedStoreAppConfigurationSchema.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.AndroidManagedStoreAppConfigurationSchema.Builder
-
- Enclosing class:
- AndroidManagedStoreAppConfigurationSchema
public static final class AndroidManagedStoreAppConfigurationSchema.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AndroidManagedStoreAppConfigurationSchemabuild()AndroidManagedStoreAppConfigurationSchema.BuilderexampleJson(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.Builderid(String id)AndroidManagedStoreAppConfigurationSchema.BuildernestedSchemaItems(List<AndroidManagedStoreAppConfigurationSchemaItem> nestedSchemaItems)“Collection of items each representing a named configuration option in the schema .AndroidManagedStoreAppConfigurationSchema.BuildernestedSchemaItems(AndroidManagedStoreAppConfigurationSchemaItem... nestedSchemaItems)“Collection of items each representing a named configuration option in the schema .AndroidManagedStoreAppConfigurationSchema.BuildernestedSchemaItemsNextLink(String nestedSchemaItemsNextLink)“Collection of items each representing a named configuration option in the schema .AndroidManagedStoreAppConfigurationSchema.BuilderschemaItems(List<AndroidManagedStoreAppConfigurationSchemaItem> schemaItems)“Collection of items each representing a named configuration option in the schema .AndroidManagedStoreAppConfigurationSchema.BuilderschemaItems(AndroidManagedStoreAppConfigurationSchemaItem... schemaItems)“Collection of items each representing a named configuration option in the schema .AndroidManagedStoreAppConfigurationSchema.BuilderschemaItemsNextLink(String schemaItemsNextLink)“Collection of items each representing a named configuration option in the schema .
-
-
-
Method Detail
-
id
public AndroidManagedStoreAppConfigurationSchema.Builder id(String id)
-
exampleJson
public 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”- Parameters:
exampleJson- value ofexampleJsonproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
nestedSchemaItems
public AndroidManagedStoreAppConfigurationSchema.Builder nestedSchemaItems(List<AndroidManagedStoreAppConfigurationSchemaItem> nestedSchemaItems)
“Collection of items each representing a named configuration option in the schema . It contains a flat list of all configuration.”- Parameters:
nestedSchemaItems- value ofnestedSchemaItemsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
nestedSchemaItems
public AndroidManagedStoreAppConfigurationSchema.Builder nestedSchemaItems(AndroidManagedStoreAppConfigurationSchemaItem... nestedSchemaItems)
“Collection of items each representing a named configuration option in the schema . It contains a flat list of all configuration.”- Parameters:
nestedSchemaItems- value ofnestedSchemaItemsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
nestedSchemaItemsNextLink
public AndroidManagedStoreAppConfigurationSchema.Builder nestedSchemaItemsNextLink(String nestedSchemaItemsNextLink)
“Collection of items each representing a named configuration option in the schema . It contains a flat list of all configuration.”- Parameters:
nestedSchemaItemsNextLink- value ofnestedSchemaItems@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
schemaItems
public AndroidManagedStoreAppConfigurationSchema.Builder schemaItems(List<AndroidManagedStoreAppConfigurationSchemaItem> schemaItems)
“Collection of items each representing a named configuration option in the schema . It only contains the root-level configuration.”- Parameters:
schemaItems- value ofschemaItemsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
schemaItems
public AndroidManagedStoreAppConfigurationSchema.Builder schemaItems(AndroidManagedStoreAppConfigurationSchemaItem... schemaItems)
“Collection of items each representing a named configuration option in the schema . It only contains the root-level configuration.”- Parameters:
schemaItems- value ofschemaItemsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
schemaItemsNextLink
public AndroidManagedStoreAppConfigurationSchema.Builder schemaItemsNextLink(String schemaItemsNextLink)
“Collection of items each representing a named configuration option in the schema . It only contains the root-level configuration.”- Parameters:
schemaItemsNextLink- value ofschemaItems@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public AndroidManagedStoreAppConfigurationSchema build()
-
-