Uses of Class
odata.msgraph.client.beta.enums.IosNotificationAlertType
-
Packages that use IosNotificationAlertType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of IosNotificationAlertType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as IosNotificationAlertType Modifier and Type Field Description protected IosNotificationAlertTypeIosNotificationSettings. alertTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type IosNotificationAlertType Modifier and Type Method Description Optional<IosNotificationAlertType>IosNotificationSettings. getAlertType()“Indicates the type of alert for notifications for this app.”Methods in odata.msgraph.client.beta.complex with parameters of type IosNotificationAlertType Modifier and Type Method Description IosNotificationSettings.BuilderIosNotificationSettings.Builder. alertType(IosNotificationAlertType alertType)“Indicates the type of alert for notifications for this app.”IosNotificationSettingsIosNotificationSettings. withAlertType(IosNotificationAlertType alertType)Returns an immutable copy ofthiswith just thealertTypefield changed. -
Uses of IosNotificationAlertType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return IosNotificationAlertType Modifier and Type Method Description static IosNotificationAlertTypeIosNotificationAlertType. valueOf(String name)Returns the enum constant of this type with the specified name.static IosNotificationAlertType[]IosNotificationAlertType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-