Uses of Enum
com.microsoft.graph.models.BookingReminderRecipients
Packages that use BookingReminderRecipients
-
Uses of BookingReminderRecipients in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BookingReminderRecipientsModifier and TypeMethodDescriptionstatic BookingReminderRecipientsBookingReminder.getRecipients()Gets the recipients property value.static BookingReminderRecipientsReturns the enum constant of this type with the specified name.static BookingReminderRecipients[]BookingReminderRecipients.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type BookingReminderRecipientsModifier and TypeMethodDescriptionvoidBookingReminder.setRecipients(BookingReminderRecipients value) Sets the recipients property value.