Class MicrosoftGraphSpecialFolder
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSpecialFolder
specialFolder.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphSpecialFolder class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: specialFolder.name()Get the name property: The unique identifier for this item in the /drive/special collection.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: specialFolder.Set the name property: The unique identifier for this item in the /drive/special collection.
-
Constructor Details
-
MicrosoftGraphSpecialFolder
public MicrosoftGraphSpecialFolder()Creates an instance of MicrosoftGraphSpecialFolder class.
-
-
Method Details
-
name
Get the name property: The unique identifier for this item in the /drive/special collection.- Returns:
- the name value.
-
withName
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
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.
-