Class MicrosoftGraphSpecialFolder

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

public final class MicrosoftGraphSpecialFolder extends Object
specialFolder.
  • Constructor Details

    • MicrosoftGraphSpecialFolder

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

    • name

      public String name()
      Get the name property: The unique identifier for this item in the /drive/special collection.
      Returns:
      the name value.
    • withName

      public MicrosoftGraphSpecialFolder withName(String name)
      Set the name property: The unique identifier for this item in the /drive/special collection.
      Parameters:
      name - the name value to set.
      Returns:
      the MicrosoftGraphSpecialFolder object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: specialFolder.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphSpecialFolder withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: specialFolder.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphSpecialFolder object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.