Uses of Class
odata.msgraph.client.enums.NotificationDeliveryPreference
-
Packages that use NotificationDeliveryPreference Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of NotificationDeliveryPreference in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as NotificationDeliveryPreference Modifier and Type Field Description protected NotificationDeliveryPreferencePositiveReinforcementNotification. deliveryPreferenceMethods in odata.msgraph.client.complex that return types with arguments of type NotificationDeliveryPreference Modifier and Type Method Description Optional<NotificationDeliveryPreference>PositiveReinforcementNotification. getDeliveryPreference()Methods in odata.msgraph.client.complex with parameters of type NotificationDeliveryPreference Modifier and Type Method Description PositiveReinforcementNotification.BuilderPositiveReinforcementNotification.Builder. deliveryPreference(NotificationDeliveryPreference deliveryPreference)PositiveReinforcementNotificationPositiveReinforcementNotification. withDeliveryPreference(NotificationDeliveryPreference deliveryPreference) -
Uses of NotificationDeliveryPreference in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return NotificationDeliveryPreference Modifier and Type Method Description static NotificationDeliveryPreferenceNotificationDeliveryPreference. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationDeliveryPreference[]NotificationDeliveryPreference. values()Returns an array containing the constants of this enum type, in the order they are declared.
-