MicrosoftGraphEntity Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity

public class MicrosoftGraphEntity

entity.

Constructor Summary

Constructor Description
MicrosoftGraphEntity()

Creates an instance of MicrosoftGraphEntity class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: entity.

String id()

Get the id property: Read-only.

void validate()

Validates the instance.

MicrosoftGraphEntity withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: entity.

MicrosoftGraphEntity 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 additionalProperties()

Get the additionalProperties property: entity.

Returns:

the additionalProperties value.

id

public String id()

Get the id property: Read-only.

Returns:

the id value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphEntity withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: entity.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphEntity object itself.

withId

public MicrosoftGraphEntity withId(String id)

Set the id property: Read-only.

Parameters:

id - the id value to set.

Returns:

the MicrosoftGraphEntity object itself.

Applies to