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