Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFolderView
-
Packages that use MicrosoftGraphFolderView Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphFolderView in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphFolderView Modifier and Type Method Description MicrosoftGraphFolderView
MicrosoftGraphFolder. view()
Get the view property: folderView.MicrosoftGraphFolderView
MicrosoftGraphFolderView. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: folderView.MicrosoftGraphFolderView
MicrosoftGraphFolderView. withSortBy(String sortBy)
Set the sortBy property: The method by which the folder should be sorted.MicrosoftGraphFolderView
MicrosoftGraphFolderView. withSortOrder(String sortOrder)
Set the sortOrder property: If true, indicates that items should be sorted in descending order.MicrosoftGraphFolderView
MicrosoftGraphFolderView. withViewType(String viewType)
Set the viewType property: The type of view that should be used to represent the folder.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphFolderView Modifier and Type Method Description MicrosoftGraphFolder
MicrosoftGraphFolder. withView(MicrosoftGraphFolderView view)
Set the view property: folderView.
-