Class MicrosoftGraphDeleted

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeleted

public final class MicrosoftGraphDeleted extends Object
deleted.
  • Constructor Details

    • MicrosoftGraphDeleted

      public MicrosoftGraphDeleted()
      Creates an instance of MicrosoftGraphDeleted class.
  • Method Details

    • 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.