Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSpecialFolder
-
Packages that use MicrosoftGraphSpecialFolder Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphSpecialFolder in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSpecialFolder Modifier and Type Method Description MicrosoftGraphSpecialFolder
MicrosoftGraphDriveItem. specialFolder()
Get the specialFolder property: specialFolder.MicrosoftGraphSpecialFolder
MicrosoftGraphRemoteItem. specialFolder()
Get the specialFolder property: specialFolder.MicrosoftGraphSpecialFolder
MicrosoftGraphSpecialFolder. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: specialFolder.MicrosoftGraphSpecialFolder
MicrosoftGraphSpecialFolder. withName(String name)
Set the name property: The unique identifier for this item in the /drive/special collection.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphSpecialFolder Modifier and Type Method Description MicrosoftGraphDriveItem
MicrosoftGraphDriveItem. withSpecialFolder(MicrosoftGraphSpecialFolder specialFolder)
Set the specialFolder property: specialFolder.MicrosoftGraphRemoteItem
MicrosoftGraphRemoteItem. withSpecialFolder(MicrosoftGraphSpecialFolder specialFolder)
Set the specialFolder property: specialFolder.
-