Class MicrosoftGraphSpecialFolder
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSpecialFolder
-
public final class MicrosoftGraphSpecialFolder extends Object
specialFolder.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphSpecialFolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: specialFolder.String
name()
Get the name property: The unique identifier for this item in the /drive/special collection.void
validate()
Validates the instance.MicrosoftGraphSpecialFolder
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: specialFolder.MicrosoftGraphSpecialFolder
withName(String name)
Set the name property: The unique identifier for this item in the /drive/special collection.
-
-
-
Method Detail
-
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.
-
-