Uses of Class
odata.msgraph.client.beta.enums.DelegateMeetingMessageDeliveryOptions
-
Packages that use DelegateMeetingMessageDeliveryOptions Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of DelegateMeetingMessageDeliveryOptions in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DelegateMeetingMessageDeliveryOptions Modifier and Type Field Description protected DelegateMeetingMessageDeliveryOptionsMailboxSettings. delegateMeetingMessageDeliveryOptionsMethods in odata.msgraph.client.beta.complex that return types with arguments of type DelegateMeetingMessageDeliveryOptions Modifier and Type Method Description Optional<DelegateMeetingMessageDeliveryOptions>MailboxSettings. getDelegateMeetingMessageDeliveryOptions()Methods in odata.msgraph.client.beta.complex with parameters of type DelegateMeetingMessageDeliveryOptions Modifier and Type Method Description MailboxSettings.BuilderMailboxSettings.Builder. delegateMeetingMessageDeliveryOptions(DelegateMeetingMessageDeliveryOptions delegateMeetingMessageDeliveryOptions)MailboxSettingsMailboxSettings. withDelegateMeetingMessageDeliveryOptions(DelegateMeetingMessageDeliveryOptions delegateMeetingMessageDeliveryOptions) -
Uses of DelegateMeetingMessageDeliveryOptions in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DelegateMeetingMessageDeliveryOptions Modifier and Type Method Description static DelegateMeetingMessageDeliveryOptionsDelegateMeetingMessageDeliveryOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static DelegateMeetingMessageDeliveryOptions[]DelegateMeetingMessageDeliveryOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-