Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementDerivedCredentialNotificationType
-
Packages that use DeviceManagementDerivedCredentialNotificationType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementDerivedCredentialNotificationType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceManagementDerivedCredentialNotificationType Modifier and Type Field Description protected DeviceManagementDerivedCredentialNotificationTypeDeviceManagementDerivedCredentialSettings. notificationTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementDerivedCredentialNotificationType Modifier and Type Method Description Optional<DeviceManagementDerivedCredentialNotificationType>DeviceManagementDerivedCredentialSettings. getNotificationType()“The methods used to inform the end user to open Company Portal to deliver Wi-Fi, VPN, or email profiles that use certificates to the device.”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManagementDerivedCredentialNotificationType Modifier and Type Method Description DeviceManagementDerivedCredentialSettings.BuilderDeviceManagementDerivedCredentialSettings.Builder. notificationType(DeviceManagementDerivedCredentialNotificationType notificationType)“The methods used to inform the end user to open Company Portal to deliver Wi-Fi, VPN, or email profiles that use certificates to the device.”DeviceManagementDerivedCredentialSettingsDeviceManagementDerivedCredentialSettings. withNotificationType(DeviceManagementDerivedCredentialNotificationType notificationType)Returns an immutable copy ofthiswith just thenotificationTypefield changed. -
Uses of DeviceManagementDerivedCredentialNotificationType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementDerivedCredentialNotificationType Modifier and Type Method Description static DeviceManagementDerivedCredentialNotificationTypeDeviceManagementDerivedCredentialNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementDerivedCredentialNotificationType[]DeviceManagementDerivedCredentialNotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-