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 MicrosoftGraphFolderViewMicrosoftGraphFolder. view()Get the view property: folderView.MicrosoftGraphFolderViewMicrosoftGraphFolderView. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: folderView.MicrosoftGraphFolderViewMicrosoftGraphFolderView. withSortBy(String sortBy)Set the sortBy property: The method by which the folder should be sorted.MicrosoftGraphFolderViewMicrosoftGraphFolderView. withSortOrder(String sortOrder)Set the sortOrder property: If true, indicates that items should be sorted in descending order.MicrosoftGraphFolderViewMicrosoftGraphFolderView. 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 MicrosoftGraphFolderMicrosoftGraphFolder. withView(MicrosoftGraphFolderView view)Set the view property: folderView.
-