Uses of Class
odata.msgraph.client.beta.enums.BookingReminderRecipients
-
Packages that use BookingReminderRecipients Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of BookingReminderRecipients in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as BookingReminderRecipients Modifier and Type Field Description protected BookingReminderRecipientsBookingReminder. recipientsMethods in odata.msgraph.client.beta.complex that return types with arguments of type BookingReminderRecipients Modifier and Type Method Description Optional<BookingReminderRecipients>BookingReminder. getRecipients()“Who should receive the reminder.”Methods in odata.msgraph.client.beta.complex with parameters of type BookingReminderRecipients Modifier and Type Method Description BookingReminder.BuilderBookingReminder.Builder. recipients(BookingReminderRecipients recipients)“Who should receive the reminder.”BookingReminderBookingReminder. withRecipients(BookingReminderRecipients recipients)Returns an immutable copy ofthiswith just therecipientsfield changed. -
Uses of BookingReminderRecipients in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return BookingReminderRecipients Modifier and Type Method Description static BookingReminderRecipientsBookingReminderRecipients. valueOf(String name)Returns 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.
-