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 MicrosoftGraphFolder
MicrosoftGraphDriveItem. folder()
Get the folder property: folder.MicrosoftGraphFolder
MicrosoftGraphRemoteItem. folder()
Get the folder property: folder.MicrosoftGraphFolder
MicrosoftGraphFolder. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: folder.MicrosoftGraphFolder
MicrosoftGraphFolder. withChildCount(Integer childCount)
Set the childCount property: Number of children contained immediately within this container.MicrosoftGraphFolder
MicrosoftGraphFolder. 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 MicrosoftGraphDriveItem
MicrosoftGraphDriveItem. withFolder(MicrosoftGraphFolder folder)
Set the folder property: folder.MicrosoftGraphRemoteItem
MicrosoftGraphRemoteItem. withFolder(MicrosoftGraphFolder folder)
Set the folder property: folder.
-