Class MicrosoftGraphDeleted
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeleted
deleted.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: deleted.state()Get the state property: Represents the state of the deleted item.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: deleted.Set the state property: Represents the state of the deleted item.
-
Constructor Details
-
MicrosoftGraphDeleted
public MicrosoftGraphDeleted()Creates an instance of MicrosoftGraphDeleted class.
-
-
Method Details
-
state
Get the state property: Represents the state of the deleted item.- Returns:
- the state value.
-
withState
Set the state property: Represents the state of the deleted item.- Parameters:
state- the state value to set.- Returns:
- the MicrosoftGraphDeleted object itself.
-
additionalProperties
Get the additionalProperties property: deleted.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: deleted.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphDeleted object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-