Class MicrosoftGraphDeleted
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeleted
-
public final class MicrosoftGraphDeleted extends Object
deleted.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphDeleted()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: deleted.String
state()
Get the state property: Represents the state of the deleted item.void
validate()
Validates the instance.MicrosoftGraphDeleted
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: deleted.MicrosoftGraphDeleted
withState(String state)
Set the state property: Represents the state of the deleted item.
-
-
-
Method Detail
-
state
public String state()
Get the state property: Represents the state of the deleted item.- Returns:
- the state value.
-
withState
public MicrosoftGraphDeleted withState(String state)
Set the state property: Represents the state of the deleted item.- Parameters:
state
- the state value to set.- Returns:
- the MicrosoftGraphDeleted object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: deleted.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphDeleted withAdditionalProperties(Map<String,Object> additionalProperties)
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.
-
-