Uses of Class
odata.msgraph.client.beta.enums.EmailType
-
Packages that use EmailType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of EmailType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as EmailType Modifier and Type Field Description protected EmailTypeTypedEmailAddress. typeMethods in odata.msgraph.client.beta.complex that return types with arguments of type EmailType Modifier and Type Method Description Optional<EmailType>TypedEmailAddress. getType()Methods in odata.msgraph.client.beta.complex with parameters of type EmailType Modifier and Type Method Description TypedEmailAddress.BuilderTypedEmailAddress.Builder. type(EmailType type)TypedEmailAddressTypedEmailAddress. withType(EmailType type) -
Uses of EmailType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EmailType Modifier and Type Field Description protected EmailTypeItemEmail. typeMethods in odata.msgraph.client.beta.entity that return types with arguments of type EmailType Modifier and Type Method Description Optional<EmailType>ItemEmail. getType()Methods in odata.msgraph.client.beta.entity with parameters of type EmailType Modifier and Type Method Description ItemEmail.BuilderItemEmail.Builder. type(EmailType type)ItemEmailItemEmail. withType(EmailType type) -
Uses of EmailType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EmailType Modifier and Type Method Description static EmailTypeEmailType. valueOf(String name)Returns the enum constant of this type with the specified name.static EmailType[]EmailType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-