Uses of Class
odata.msgraph.client.complex.ScoredEmailAddress
-
Packages that use ScoredEmailAddress Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ScoredEmailAddress in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ScoredEmailAddress Modifier and Type Method Description ScoredEmailAddressScoredEmailAddress.Builder. build()ScoredEmailAddressScoredEmailAddress. withAddress(String address)ScoredEmailAddressScoredEmailAddress. withItemId(String itemId)ScoredEmailAddressScoredEmailAddress. withRelevanceScore(Double relevanceScore)ScoredEmailAddressScoredEmailAddress. withSelectionLikelihood(SelectionLikelihoodInfo selectionLikelihood)ScoredEmailAddressScoredEmailAddress. withUnmappedField(String name, Object value) -
Uses of ScoredEmailAddress in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ScoredEmailAddress Modifier and Type Field Description protected List<ScoredEmailAddress>Person. scoredEmailAddressesMethods in odata.msgraph.client.entity that return types with arguments of type ScoredEmailAddress Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ScoredEmailAddress>Person. getScoredEmailAddresses()com.github.davidmoten.odata.client.CollectionPage<ScoredEmailAddress>Person. getScoredEmailAddresses(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type ScoredEmailAddress Modifier and Type Method Description Person.BuilderPerson.Builder. scoredEmailAddresses(ScoredEmailAddress... scoredEmailAddresses)Method parameters in odata.msgraph.client.entity with type arguments of type ScoredEmailAddress Modifier and Type Method Description Person.BuilderPerson.Builder. scoredEmailAddresses(List<ScoredEmailAddress> scoredEmailAddresses)PersonPerson. withScoredEmailAddresses(List<ScoredEmailAddress> scoredEmailAddresses)
-