Class MicrosoftGraphFolderView
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFolderView
folderView.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphFolderView class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: folderView.sortBy()Get the sortBy property: The method by which the folder should be sorted.Get the sortOrder property: If true, indicates that items should be sorted in descending order.voidvalidate()Validates the instance.viewType()Get the viewType property: The type of view that should be used to represent the folder.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: folderView.withSortBy(String sortBy) Set the sortBy property: The method by which the folder should be sorted.withSortOrder(String sortOrder) Set the sortOrder property: If true, indicates that items should be sorted in descending order.withViewType(String viewType) Set the viewType property: The type of view that should be used to represent the folder.
-
Constructor Details
-
MicrosoftGraphFolderView
public MicrosoftGraphFolderView()Creates an instance of MicrosoftGraphFolderView class.
-
-
Method Details
-
sortBy
Get the sortBy property: The method by which the folder should be sorted.- Returns:
- the sortBy value.
-
withSortBy
Set the sortBy property: The method by which the folder should be sorted.- Parameters:
sortBy- the sortBy value to set.- Returns:
- the MicrosoftGraphFolderView object itself.
-
sortOrder
Get the sortOrder property: If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.- Returns:
- the sortOrder value.
-
withSortOrder
Set the sortOrder property: If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.- Parameters:
sortOrder- the sortOrder value to set.- Returns:
- the MicrosoftGraphFolderView object itself.
-
viewType
Get the viewType property: The type of view that should be used to represent the folder.- Returns:
- the viewType value.
-
withViewType
Set the viewType property: The type of view that should be used to represent the folder.- Parameters:
viewType- the viewType value to set.- Returns:
- the MicrosoftGraphFolderView object itself.
-
additionalProperties
Get the additionalProperties property: folderView.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: folderView.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphFolderView object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-