Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScoredEmailAddress
Packages that use MicrosoftGraphScoredEmailAddress
Package
Description
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 MicrosoftGraphScoredEmailAddressModifier and TypeMethodDescriptionMicrosoftGraphScoredEmailAddress.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: scoredEmailAddress.MicrosoftGraphScoredEmailAddress.withAddress(String address) Set the address property: The email address.MicrosoftGraphScoredEmailAddress.withItemId(String itemId) Set the itemId property: The itemId property.MicrosoftGraphScoredEmailAddress.withRelevanceScore(Double relevanceScore) Set the relevanceScore property: The relevance score of the email address.MicrosoftGraphScoredEmailAddress.withSelectionLikelihood(MicrosoftGraphSelectionLikelihoodInfo selectionLikelihood) Set the selectionLikelihood property: selectionLikelihoodInfo.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphScoredEmailAddressModifier and TypeMethodDescriptionMicrosoftGraphPerson.scoredEmailAddresses()Get the scoredEmailAddresses property: The person's email addresses.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphScoredEmailAddressModifier and TypeMethodDescriptionMicrosoftGraphPerson.withScoredEmailAddresses(List<MicrosoftGraphScoredEmailAddress> scoredEmailAddresses) Set the scoredEmailAddresses property: The person's email addresses.