Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFolder
-
Packages that use MicrosoftGraphFolder Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphFolder in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphFolder Modifier and Type Method Description MicrosoftGraphFolderMicrosoftGraphDriveItem. folder()Get the folder property: folder.MicrosoftGraphFolderMicrosoftGraphRemoteItem. folder()Get the folder property: folder.MicrosoftGraphFolderMicrosoftGraphFolder. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: folder.MicrosoftGraphFolderMicrosoftGraphFolder. withChildCount(Integer childCount)Set the childCount property: Number of children contained immediately within this container.MicrosoftGraphFolderMicrosoftGraphFolder. withView(MicrosoftGraphFolderView view)Set the view property: folderView.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphFolder Modifier and Type Method Description MicrosoftGraphDriveItemMicrosoftGraphDriveItem. withFolder(MicrosoftGraphFolder folder)Set the folder property: folder.MicrosoftGraphRemoteItemMicrosoftGraphRemoteItem. withFolder(MicrosoftGraphFolder folder)Set the folder property: folder.
-