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 MicrosoftGraphSpecialFolderMicrosoftGraphDriveItem. specialFolder()Get the specialFolder property: specialFolder.MicrosoftGraphSpecialFolderMicrosoftGraphRemoteItem. specialFolder()Get the specialFolder property: specialFolder.MicrosoftGraphSpecialFolderMicrosoftGraphSpecialFolder. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: specialFolder.MicrosoftGraphSpecialFolderMicrosoftGraphSpecialFolder. 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 MicrosoftGraphDriveItemMicrosoftGraphDriveItem. withSpecialFolder(MicrosoftGraphSpecialFolder specialFolder)Set the specialFolder property: specialFolder.MicrosoftGraphRemoteItemMicrosoftGraphRemoteItem. withSpecialFolder(MicrosoftGraphSpecialFolder specialFolder)Set the specialFolder property: specialFolder.
-