| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
AndroidForWorkAppConfigurationSchemaItem |
AndroidForWorkAppConfigurationSchemaItem.Builder.build() |
AndroidForWorkAppConfigurationSchemaItem |
AndroidForWorkAppConfigurationSchemaItem.withDataType(AndroidForWorkAppConfigurationSchemaItemDataType dataType)
Returns an immutable copy of
this with just the dataType field
changed. |
AndroidForWorkAppConfigurationSchemaItem |
AndroidForWorkAppConfigurationSchemaItem.withDefaultBoolValue(Boolean defaultBoolValue)
Returns an immutable copy of
this with just the defaultBoolValue
field changed. |
AndroidForWorkAppConfigurationSchemaItem |
AndroidForWorkAppConfigurationSchemaItem.withDefaultIntValue(Integer defaultIntValue)
Returns an immutable copy of
this with just the defaultIntValue
field changed. |
AndroidForWorkAppConfigurationSchemaItem |
AndroidForWorkAppConfigurationSchemaItem.withDefaultStringValue(String defaultStringValue)
Returns an immutable copy of
this with just the defaultStringValue field changed. |
AndroidForWorkAppConfigurationSchemaItem |
AndroidForWorkAppConfigurationSchemaItem.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
AndroidForWorkAppConfigurationSchemaItem |
AndroidForWorkAppConfigurationSchemaItem.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
AndroidForWorkAppConfigurationSchemaItem |
AndroidForWorkAppConfigurationSchemaItem.withSchemaItemKey(String schemaItemKey)
Returns an immutable copy of
this with just the schemaItemKey
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<AndroidForWorkAppConfigurationSchemaItem> |
AndroidForWorkAppConfigurationSchema.schemaItems |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<AndroidForWorkAppConfigurationSchemaItem> |
AndroidForWorkAppConfigurationSchema.getSchemaItems()
“Collection of items each representing a named configuration option in the schema”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidForWorkAppConfigurationSchema.Builder |
AndroidForWorkAppConfigurationSchema.Builder.schemaItems(List<AndroidForWorkAppConfigurationSchemaItem> schemaItems)
“Collection of items each representing a named configuration option in the schema”
|
Copyright © 2018–2020. All rights reserved.