Uses of Class
odata.msgraph.client.beta.complex.DeviceManagementConfigurationOptionDefinition
-
Packages that use DeviceManagementConfigurationOptionDefinition Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of DeviceManagementConfigurationOptionDefinition in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return DeviceManagementConfigurationOptionDefinition Modifier and Type Method Description DeviceManagementConfigurationOptionDefinitionDeviceManagementConfigurationOptionDefinition.Builder. build()DeviceManagementConfigurationOptionDefinitionDeviceManagementConfigurationOptionDefinition. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.DeviceManagementConfigurationOptionDefinitionDeviceManagementConfigurationOptionDefinition. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.DeviceManagementConfigurationOptionDefinitionDeviceManagementConfigurationOptionDefinition. withHelpText(String helpText)Returns an immutable copy ofthiswith just thehelpTextfield changed.DeviceManagementConfigurationOptionDefinitionDeviceManagementConfigurationOptionDefinition. withItemId(String itemId)Returns an immutable copy ofthiswith just theitemIdfield changed.DeviceManagementConfigurationOptionDefinitionDeviceManagementConfigurationOptionDefinition. withName(String name)Returns an immutable copy ofthiswith just thenamefield changed.DeviceManagementConfigurationOptionDefinitionDeviceManagementConfigurationOptionDefinition. withOptionValue(DeviceManagementConfigurationSettingValue optionValue)Returns an immutable copy ofthiswith just theoptionValuefield changed.DeviceManagementConfigurationOptionDefinitionDeviceManagementConfigurationOptionDefinition. withUnmappedField(String name, String value) -
Uses of DeviceManagementConfigurationOptionDefinition in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type DeviceManagementConfigurationOptionDefinition Modifier and Type Field Description protected List<DeviceManagementConfigurationOptionDefinition>DeviceManagementConfigurationChoiceSettingDefinition. optionsMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementConfigurationOptionDefinition Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationOptionDefinition>DeviceManagementConfigurationChoiceSettingDefinition. getOptions()“Options for the setting that can be selected”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationOptionDefinition>DeviceManagementConfigurationChoiceSettingDefinition. getOptions(com.github.davidmoten.odata.client.HttpRequestOptions options)“Options for the setting that can be selected”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManagementConfigurationOptionDefinition Modifier and Type Method Description DeviceManagementConfigurationChoiceSettingCollectionDefinition.BuilderDeviceManagementConfigurationChoiceSettingCollectionDefinition.Builder. options(DeviceManagementConfigurationOptionDefinition... options)DeviceManagementConfigurationChoiceSettingDefinition.BuilderDeviceManagementConfigurationChoiceSettingDefinition.Builder. options(DeviceManagementConfigurationOptionDefinition... options)“Options for the setting that can be selected”Method parameters in odata.msgraph.client.beta.entity with type arguments of type DeviceManagementConfigurationOptionDefinition Modifier and Type Method Description DeviceManagementConfigurationChoiceSettingCollectionDefinition.BuilderDeviceManagementConfigurationChoiceSettingCollectionDefinition.Builder. options(List<DeviceManagementConfigurationOptionDefinition> options)DeviceManagementConfigurationChoiceSettingDefinition.BuilderDeviceManagementConfigurationChoiceSettingDefinition.Builder. options(List<DeviceManagementConfigurationOptionDefinition> options)“Options for the setting that can be selected”DeviceManagementConfigurationChoiceSettingDefinitionDeviceManagementConfigurationChoiceSettingDefinition. withOptions(List<DeviceManagementConfigurationOptionDefinition> options)Returns an immutable copy ofthiswith just theoptionsfield changed.
-