Uses of Class
odata.msgraph.client.beta.complex.TypedEmailAddress
-
Packages that use TypedEmailAddress Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of TypedEmailAddress in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return TypedEmailAddress Modifier and Type Method Description TypedEmailAddressTypedEmailAddress.Builder. build()TypedEmailAddressTypedEmailAddress. withOtherLabel(String otherLabel)TypedEmailAddressTypedEmailAddress. withType(EmailType type)TypedEmailAddressTypedEmailAddress. withUnmappedField(String name, String value) -
Uses of TypedEmailAddress in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type TypedEmailAddress Modifier and Type Field Description protected List<TypedEmailAddress>Contact. emailAddressesMethods in odata.msgraph.client.beta.entity that return types with arguments of type TypedEmailAddress Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<TypedEmailAddress>Contact. getEmailAddresses()com.github.davidmoten.odata.client.CollectionPage<TypedEmailAddress>Contact. getEmailAddresses(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type TypedEmailAddress Modifier and Type Method Description Contact.BuilderContact.Builder. emailAddresses(TypedEmailAddress... emailAddresses)Method parameters in odata.msgraph.client.beta.entity with type arguments of type TypedEmailAddress Modifier and Type Method Description Contact.BuilderContact.Builder. emailAddresses(List<TypedEmailAddress> emailAddresses)ContactContact. withEmailAddresses(List<TypedEmailAddress> emailAddresses)
-