Uses of Class
odata.msgraph.client.beta.complex.AndroidManagedStoreAppConfigurationSchemaItem
-
Packages that use AndroidManagedStoreAppConfigurationSchemaItem Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of AndroidManagedStoreAppConfigurationSchemaItem in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AndroidManagedStoreAppConfigurationSchemaItem Modifier and Type Method Description AndroidManagedStoreAppConfigurationSchemaItemAndroidManagedStoreAppConfigurationSchemaItem.Builder. build()AndroidManagedStoreAppConfigurationSchemaItemAndroidManagedStoreAppConfigurationSchemaItem. withDataType(AndroidManagedStoreAppConfigurationSchemaItemDataType dataType)Returns an immutable copy ofthiswith just thedataTypefield changed.AndroidManagedStoreAppConfigurationSchemaItemAndroidManagedStoreAppConfigurationSchemaItem. withDefaultBoolValue(Boolean defaultBoolValue)Returns an immutable copy ofthiswith just thedefaultBoolValuefield changed.AndroidManagedStoreAppConfigurationSchemaItemAndroidManagedStoreAppConfigurationSchemaItem. withDefaultIntValue(Integer defaultIntValue)Returns an immutable copy ofthiswith just thedefaultIntValuefield changed.AndroidManagedStoreAppConfigurationSchemaItemAndroidManagedStoreAppConfigurationSchemaItem. withDefaultStringValue(String defaultStringValue)Returns an immutable copy ofthiswith just thedefaultStringValuefield changed.AndroidManagedStoreAppConfigurationSchemaItemAndroidManagedStoreAppConfigurationSchemaItem. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.AndroidManagedStoreAppConfigurationSchemaItemAndroidManagedStoreAppConfigurationSchemaItem. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.AndroidManagedStoreAppConfigurationSchemaItemAndroidManagedStoreAppConfigurationSchemaItem. withIndex(Integer index)Returns an immutable copy ofthiswith just theindexfield changed.AndroidManagedStoreAppConfigurationSchemaItemAndroidManagedStoreAppConfigurationSchemaItem. withParentIndex(Integer parentIndex)Returns an immutable copy ofthiswith just theparentIndexfield changed.AndroidManagedStoreAppConfigurationSchemaItemAndroidManagedStoreAppConfigurationSchemaItem. withSchemaItemKey(String schemaItemKey)Returns an immutable copy ofthiswith just theschemaItemKeyfield changed.AndroidManagedStoreAppConfigurationSchemaItemAndroidManagedStoreAppConfigurationSchemaItem. withUnmappedField(String name, String value) -
Uses of AndroidManagedStoreAppConfigurationSchemaItem in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type AndroidManagedStoreAppConfigurationSchemaItem Modifier and Type Field Description protected List<AndroidManagedStoreAppConfigurationSchemaItem>AndroidManagedStoreAppConfigurationSchema. nestedSchemaItemsprotected List<AndroidManagedStoreAppConfigurationSchemaItem>AndroidManagedStoreAppConfigurationSchema. schemaItemsMethods in odata.msgraph.client.beta.entity that return types with arguments of type AndroidManagedStoreAppConfigurationSchemaItem Modifier and Type Method 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 .Methods in odata.msgraph.client.beta.entity with parameters of type AndroidManagedStoreAppConfigurationSchemaItem Modifier and Type Method Description AndroidManagedStoreAppConfigurationSchema.BuilderAndroidManagedStoreAppConfigurationSchema.Builder. nestedSchemaItems(AndroidManagedStoreAppConfigurationSchemaItem... nestedSchemaItems)“Collection of items each representing a named configuration option in the schema .AndroidManagedStoreAppConfigurationSchema.BuilderAndroidManagedStoreAppConfigurationSchema.Builder. schemaItems(AndroidManagedStoreAppConfigurationSchemaItem... schemaItems)“Collection of items each representing a named configuration option in the schema .Method parameters in odata.msgraph.client.beta.entity with type arguments of type AndroidManagedStoreAppConfigurationSchemaItem Modifier and Type Method Description AndroidManagedStoreAppConfigurationSchema.BuilderAndroidManagedStoreAppConfigurationSchema.Builder. nestedSchemaItems(List<AndroidManagedStoreAppConfigurationSchemaItem> nestedSchemaItems)“Collection of items each representing a named configuration option in the schema .AndroidManagedStoreAppConfigurationSchema.BuilderAndroidManagedStoreAppConfigurationSchema.Builder. schemaItems(List<AndroidManagedStoreAppConfigurationSchemaItem> schemaItems)“Collection of items each representing a named configuration option in the schema .AndroidManagedStoreAppConfigurationSchemaAndroidManagedStoreAppConfigurationSchema. withNestedSchemaItems(List<AndroidManagedStoreAppConfigurationSchemaItem> nestedSchemaItems)Returns an immutable copy ofthiswith just thenestedSchemaItemsfield changed.AndroidManagedStoreAppConfigurationSchemaAndroidManagedStoreAppConfigurationSchema. withSchemaItems(List<AndroidManagedStoreAppConfigurationSchemaItem> schemaItems)Returns an immutable copy ofthiswith just theschemaItemsfield changed.
-