Uses of Class
odata.msgraph.client.beta.complex.RankedEmailAddress
-
Packages that use RankedEmailAddress Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of RankedEmailAddress in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return RankedEmailAddress Modifier and Type Method Description RankedEmailAddressRankedEmailAddress.Builder. build()RankedEmailAddressRankedEmailAddress. withAddress(String address)RankedEmailAddressRankedEmailAddress. withRank(Double rank)RankedEmailAddressRankedEmailAddress. withUnmappedField(String name, String value) -
Uses of RankedEmailAddress in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type RankedEmailAddress Modifier and Type Field Description protected List<RankedEmailAddress>Person. emailAddressesMethods in odata.msgraph.client.beta.entity that return types with arguments of type RankedEmailAddress Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<RankedEmailAddress>Person. getEmailAddresses()com.github.davidmoten.odata.client.CollectionPage<RankedEmailAddress>Person. getEmailAddresses(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type RankedEmailAddress Modifier and Type Method Description Person.BuilderPerson.Builder. emailAddresses(RankedEmailAddress... emailAddresses)Method parameters in odata.msgraph.client.beta.entity with type arguments of type RankedEmailAddress Modifier and Type Method Description Person.BuilderPerson.Builder. emailAddresses(List<RankedEmailAddress> emailAddresses)PersonPerson. withEmailAddresses(List<RankedEmailAddress> emailAddresses)
-