Uses of Class
odata.msgraph.client.beta.complex.DeviceManagementConfigurationOptionDefinitionTemplate
-
Packages that use DeviceManagementConfigurationOptionDefinitionTemplate Package Description odata.msgraph.client.beta.complex -
-
Uses of DeviceManagementConfigurationOptionDefinitionTemplate in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type DeviceManagementConfigurationOptionDefinitionTemplate Modifier and Type Field Description protected List<DeviceManagementConfigurationOptionDefinitionTemplate>DeviceManagementConfigurationChoiceSettingValueDefinitionTemplate. allowedOptionsMethods in odata.msgraph.client.beta.complex that return DeviceManagementConfigurationOptionDefinitionTemplate Modifier and Type Method Description DeviceManagementConfigurationOptionDefinitionTemplateDeviceManagementConfigurationOptionDefinitionTemplate.Builder. build()DeviceManagementConfigurationOptionDefinitionTemplateDeviceManagementConfigurationOptionDefinitionTemplate. withItemId(String itemId)Returns an immutable copy ofthiswith just theitemIdfield changed.DeviceManagementConfigurationOptionDefinitionTemplateDeviceManagementConfigurationOptionDefinitionTemplate. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceManagementConfigurationOptionDefinitionTemplate Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationOptionDefinitionTemplate>DeviceManagementConfigurationChoiceSettingValueDefinitionTemplate. getAllowedOptions()“Choice Setting Allowed Options”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationOptionDefinitionTemplate>DeviceManagementConfigurationChoiceSettingValueDefinitionTemplate. getAllowedOptions(com.github.davidmoten.odata.client.HttpRequestOptions options)“Choice Setting Allowed Options”Methods in odata.msgraph.client.beta.complex with parameters of type DeviceManagementConfigurationOptionDefinitionTemplate Modifier and Type Method Description DeviceManagementConfigurationChoiceSettingValueDefinitionTemplate.BuilderDeviceManagementConfigurationChoiceSettingValueDefinitionTemplate.Builder. allowedOptions(DeviceManagementConfigurationOptionDefinitionTemplate... allowedOptions)“Choice Setting Allowed Options”Method parameters in odata.msgraph.client.beta.complex with type arguments of type DeviceManagementConfigurationOptionDefinitionTemplate Modifier and Type Method Description DeviceManagementConfigurationChoiceSettingValueDefinitionTemplate.BuilderDeviceManagementConfigurationChoiceSettingValueDefinitionTemplate.Builder. allowedOptions(List<DeviceManagementConfigurationOptionDefinitionTemplate> allowedOptions)“Choice Setting Allowed Options”
-