MicrosoftGraphDeleted Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphDeleted
- com.
Implements
public final class MicrosoftGraphDeleted
implements JsonSerializable<MicrosoftGraphDeleted>
deleted.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphDeleted() |
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 |
state()
Get the state property: Represents the state of the deleted item. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withState(String state)
Set the state property: Represents the state of the deleted item. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphDeleted
public MicrosoftGraphDeleted()
Creates an instance of MicrosoftGraphDeleted class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: deleted.
Returns:
fromJson
public static MicrosoftGraphDeleted fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphDeleted from the JsonReader.
Parameters:
Returns:
Throws:
state
public String state()
Get the state property: Represents the state of the deleted item.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphDeleted withAdditionalProperties(Map
Set the additionalProperties property: deleted.
Parameters:
Returns:
withState
public MicrosoftGraphDeleted withState(String state)
Set the state property: Represents the state of the deleted item.
Parameters:
Returns:
Applies to
Azure SDK for Java