MicrosoftGraphInsightIdentity Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphInsightIdentity
- com.
Implements
public final class MicrosoftGraphInsightIdentity
implements JsonSerializable<MicrosoftGraphInsightIdentity>
Represents an insight identity.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphInsightIdentity() |
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 of the user who shared the item. |
| String |
displayName()
Get the display |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
| String |
id()
Get the id property: The id of the user who shared the item. |
|
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 of the user who shared the item. |
|
Microsoft |
withDisplayName(String displayName)
Set the display |
|
Microsoft |
withId(String id)
Set the id property: The id of the user who shared the item. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphInsightIdentity
public MicrosoftGraphInsightIdentity()
Creates an instance of MicrosoftGraphInsightIdentity class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: insightIdentity.
Returns:
address
public String address()
Get the address property: The email address of the user who shared the item.
Returns:
displayName
public String displayName()
Get the displayName property: The display name of the user who shared the item.
Returns:
fromJson
public static MicrosoftGraphInsightIdentity fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphInsightIdentity from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The id of the user who shared the item.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphInsightIdentity withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: insightIdentity.
Parameters:
Returns:
withAddress
public MicrosoftGraphInsightIdentity withAddress(String address)
Set the address property: The email address of the user who shared the item.
Parameters:
Returns:
withDisplayName
public MicrosoftGraphInsightIdentity withDisplayName(String displayName)
Set the displayName property: The display name of the user who shared the item.
Parameters:
Returns:
withId
public MicrosoftGraphInsightIdentity withId(String id)
Set the id property: The id of the user who shared the item.
Parameters:
Returns: