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