MicrosoftGraphScoredEmailAddress Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphScoredEmailAddress
- com.
Implements
public final class MicrosoftGraphScoredEmailAddress
implements JsonSerializable<MicrosoftGraphScoredEmailAddress>
scoredEmailAddress.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphScoredEmailAddress() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
address()
Get the address property: The email address. |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
itemId()
Get the item |
Double |
relevanceScore()
Get the relevance |
Microsoft |
selectionLikelihood()
Get the selection |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAddress(String address)
Set the address property: The email address. |
Microsoft |
withItemId(String itemId)
Set the item |
Microsoft |
withRelevanceScore(Double relevanceScore)
Set the relevance |
Microsoft |
withSelectionLikelihood(MicrosoftGraphSelectionLikelihoodInfo selectionLikelihood)
Set the selection |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphScoredEmailAddress
public MicrosoftGraphScoredEmailAddress()
Creates an instance of MicrosoftGraphScoredEmailAddress class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: scoredEmailAddress.
Returns:
address
public String address()
Get the address property: The email address.
Returns:
fromJson
public static MicrosoftGraphScoredEmailAddress fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphScoredEmailAddress from the JsonReader.
Parameters:
Returns:
Throws:
itemId
public String itemId()
Get the itemId property: The itemId property.
Returns:
relevanceScore
public Double relevanceScore()
Get the relevanceScore property: The relevance score of the email address. A relevance score is used as a sort key, in relation to the other returned results. A higher relevance score value corresponds to a more relevant result. Relevance is determined by the user\u2019s communication and collaboration patterns and business relationships.
Returns:
selectionLikelihood
public MicrosoftGraphSelectionLikelihoodInfo selectionLikelihood()
Get the selectionLikelihood property: selectionLikelihoodInfo.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphScoredEmailAddress withAdditionalProperties(Map
Set the additionalProperties property: scoredEmailAddress.
Parameters:
Returns:
withAddress
public MicrosoftGraphScoredEmailAddress withAddress(String address)
Set the address property: The email address.
Parameters:
Returns:
withItemId
public MicrosoftGraphScoredEmailAddress withItemId(String itemId)
Set the itemId property: The itemId property.
Parameters:
Returns:
withRelevanceScore
public MicrosoftGraphScoredEmailAddress withRelevanceScore(Double relevanceScore)
Set the relevanceScore property: The relevance score of the email address. A relevance score is used as a sort key, in relation to the other returned results. A higher relevance score value corresponds to a more relevant result. Relevance is determined by the user\u2019s communication and collaboration patterns and business relationships.
Parameters:
Returns:
withSelectionLikelihood
public MicrosoftGraphScoredEmailAddress withSelectionLikelihood(MicrosoftGraphSelectionLikelihoodInfo selectionLikelihood)
Set the selectionLikelihood property: selectionLikelihoodInfo.
Parameters:
Returns:
Applies to
Azure SDK for Java