MicrosoftGraphEntity Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity
- com.
Implements
public class MicrosoftGraphEntity
implements JsonSerializable<MicrosoftGraphEntity>
entity.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphEntity() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
id()
Get the id property: Read-only. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphEntity
public MicrosoftGraphEntity()
Creates an instance of MicrosoftGraphEntity class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: entity.
Returns:
fromJson
public static MicrosoftGraphEntity fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphEntity from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Read-only.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphEntity withAdditionalProperties(Map
Set the additionalProperties property: entity.
Parameters:
Returns:
withId
public MicrosoftGraphEntity withId(String id)
Set the id property: Read-only.
Parameters:
Returns:
Applies to
Azure SDK for Java