Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScoredEmailAddress
-
Packages that use MicrosoftGraphScoredEmailAddress Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphScoredEmailAddress in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphScoredEmailAddress Modifier and Type Method Description MicrosoftGraphScoredEmailAddressMicrosoftGraphScoredEmailAddress. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: scoredEmailAddress.MicrosoftGraphScoredEmailAddressMicrosoftGraphScoredEmailAddress. withAddress(String address)Set the address property: The email address.MicrosoftGraphScoredEmailAddressMicrosoftGraphScoredEmailAddress. withItemId(String itemId)Set the itemId property: The itemId property.MicrosoftGraphScoredEmailAddressMicrosoftGraphScoredEmailAddress. withRelevanceScore(Double relevanceScore)Set the relevanceScore property: The relevance score of the email address.MicrosoftGraphScoredEmailAddressMicrosoftGraphScoredEmailAddress. withSelectionLikelihood(MicrosoftGraphSelectionLikelihoodInfo selectionLikelihood)Set the selectionLikelihood property: The selectionLikelihood property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphScoredEmailAddress Modifier and Type Method Description List<MicrosoftGraphScoredEmailAddress>MicrosoftGraphPerson. scoredEmailAddresses()Get the scoredEmailAddresses property: The person's email addresses.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphScoredEmailAddress Modifier and Type Method Description MicrosoftGraphPersonMicrosoftGraphPerson. withScoredEmailAddresses(List<MicrosoftGraphScoredEmailAddress> scoredEmailAddresses)Set the scoredEmailAddresses property: The person's email addresses.
-