Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementConfigurationAzureAdTrustType
-
Packages that use DeviceManagementConfigurationAzureAdTrustType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementConfigurationAzureAdTrustType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DeviceManagementConfigurationAzureAdTrustType Modifier and Type Field Description protected DeviceManagementConfigurationAzureAdTrustTypeDeviceManagementConfigurationWindowsSettingApplicability. requiredAzureAdTrustTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceManagementConfigurationAzureAdTrustType Modifier and Type Method Description Optional<DeviceManagementConfigurationAzureAdTrustType>DeviceManagementConfigurationWindowsSettingApplicability. getRequiredAzureAdTrustType()“Required AzureAD trust type”Methods in odata.msgraph.client.beta.complex with parameters of type DeviceManagementConfigurationAzureAdTrustType Modifier and Type Method Description DeviceManagementConfigurationWindowsSettingApplicability.BuilderDeviceManagementConfigurationWindowsSettingApplicability.Builder. requiredAzureAdTrustType(DeviceManagementConfigurationAzureAdTrustType requiredAzureAdTrustType)“Required AzureAD trust type”DeviceManagementConfigurationWindowsSettingApplicabilityDeviceManagementConfigurationWindowsSettingApplicability. withRequiredAzureAdTrustType(DeviceManagementConfigurationAzureAdTrustType requiredAzureAdTrustType)Returns an immutable copy ofthiswith just therequiredAzureAdTrustTypefield changed. -
Uses of DeviceManagementConfigurationAzureAdTrustType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementConfigurationAzureAdTrustType Modifier and Type Method Description static DeviceManagementConfigurationAzureAdTrustTypeDeviceManagementConfigurationAzureAdTrustType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementConfigurationAzureAdTrustType[]DeviceManagementConfigurationAzureAdTrustType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-