Uses of Class
odata.msgraph.client.beta.complex.AndroidForWorkAppConfigurationSchemaItem
-
Packages that use AndroidForWorkAppConfigurationSchemaItem Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of AndroidForWorkAppConfigurationSchemaItem in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AndroidForWorkAppConfigurationSchemaItem Modifier and Type Method Description AndroidForWorkAppConfigurationSchemaItemAndroidForWorkAppConfigurationSchemaItem.Builder. build()AndroidForWorkAppConfigurationSchemaItemAndroidForWorkAppConfigurationSchemaItem. withDataType(AndroidForWorkAppConfigurationSchemaItemDataType dataType)Returns an immutable copy ofthiswith just thedataTypefield changed.AndroidForWorkAppConfigurationSchemaItemAndroidForWorkAppConfigurationSchemaItem. withDefaultBoolValue(Boolean defaultBoolValue)Returns an immutable copy ofthiswith just thedefaultBoolValuefield changed.AndroidForWorkAppConfigurationSchemaItemAndroidForWorkAppConfigurationSchemaItem. withDefaultIntValue(Integer defaultIntValue)Returns an immutable copy ofthiswith just thedefaultIntValuefield changed.AndroidForWorkAppConfigurationSchemaItemAndroidForWorkAppConfigurationSchemaItem. withDefaultStringValue(String defaultStringValue)Returns an immutable copy ofthiswith just thedefaultStringValuefield changed.AndroidForWorkAppConfigurationSchemaItemAndroidForWorkAppConfigurationSchemaItem. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.AndroidForWorkAppConfigurationSchemaItemAndroidForWorkAppConfigurationSchemaItem. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.AndroidForWorkAppConfigurationSchemaItemAndroidForWorkAppConfigurationSchemaItem. withSchemaItemKey(String schemaItemKey)Returns an immutable copy ofthiswith just theschemaItemKeyfield changed.AndroidForWorkAppConfigurationSchemaItemAndroidForWorkAppConfigurationSchemaItem. withUnmappedField(String name, String value) -
Uses of AndroidForWorkAppConfigurationSchemaItem in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type AndroidForWorkAppConfigurationSchemaItem Modifier and Type Field Description protected List<AndroidForWorkAppConfigurationSchemaItem>AndroidForWorkAppConfigurationSchema. schemaItemsMethods in odata.msgraph.client.beta.entity that return types with arguments of type AndroidForWorkAppConfigurationSchemaItem Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AndroidForWorkAppConfigurationSchemaItem>AndroidForWorkAppConfigurationSchema. getSchemaItems()“Collection of items each representing a named configuration option in the schema”com.github.davidmoten.odata.client.CollectionPage<AndroidForWorkAppConfigurationSchemaItem>AndroidForWorkAppConfigurationSchema. 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 AndroidForWorkAppConfigurationSchemaItem Modifier and Type Method Description AndroidForWorkAppConfigurationSchema.BuilderAndroidForWorkAppConfigurationSchema.Builder. schemaItems(AndroidForWorkAppConfigurationSchemaItem... 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 AndroidForWorkAppConfigurationSchemaItem Modifier and Type Method Description AndroidForWorkAppConfigurationSchema.BuilderAndroidForWorkAppConfigurationSchema.Builder. schemaItems(List<AndroidForWorkAppConfigurationSchemaItem> schemaItems)“Collection of items each representing a named configuration option in the schema”AndroidForWorkAppConfigurationSchemaAndroidForWorkAppConfigurationSchema. withSchemaItems(List<AndroidForWorkAppConfigurationSchemaItem> schemaItems)Returns an immutable copy ofthiswith just theschemaItemsfield changed.
-