Package odata.msgraph.client.beta.entity
Class AndroidForWorkAppConfigurationSchema.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.AndroidForWorkAppConfigurationSchema.Builder
-
- Enclosing class:
- AndroidForWorkAppConfigurationSchema
public static final class AndroidForWorkAppConfigurationSchema.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AndroidForWorkAppConfigurationSchemabuild()AndroidForWorkAppConfigurationSchema.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”AndroidForWorkAppConfigurationSchema.Builderid(String id)AndroidForWorkAppConfigurationSchema.BuilderschemaItems(List<AndroidForWorkAppConfigurationSchemaItem> schemaItems)“Collection of items each representing a named configuration option in the schema”AndroidForWorkAppConfigurationSchema.BuilderschemaItems(AndroidForWorkAppConfigurationSchemaItem... schemaItems)“Collection of items each representing a named configuration option in the schema”AndroidForWorkAppConfigurationSchema.BuilderschemaItemsNextLink(String schemaItemsNextLink)“Collection of items each representing a named configuration option in the schema”
-
-
-
Method Detail
-
id
public AndroidForWorkAppConfigurationSchema.Builder id(String id)
-
exampleJson
public 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”- Parameters:
exampleJson- value ofexampleJsonproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
schemaItems
public AndroidForWorkAppConfigurationSchema.Builder schemaItems(List<AndroidForWorkAppConfigurationSchemaItem> schemaItems)
“Collection of items each representing a named configuration option in the schema”- Parameters:
schemaItems- value ofschemaItemsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
schemaItems
public AndroidForWorkAppConfigurationSchema.Builder schemaItems(AndroidForWorkAppConfigurationSchemaItem... schemaItems)
“Collection of items each representing a named configuration option in the schema”- Parameters:
schemaItems- value ofschemaItemsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
schemaItemsNextLink
public AndroidForWorkAppConfigurationSchema.Builder schemaItemsNextLink(String schemaItemsNextLink)
“Collection of items each representing a named configuration option in the schema”- Parameters:
schemaItemsNextLink- value ofschemaItems@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public AndroidForWorkAppConfigurationSchema build()
-
-