Class MicrosoftGraphFolderView
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFolderView
-
public final class MicrosoftGraphFolderView extends Object
folderView.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphFolderView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: folderView.StringsortBy()Get the sortBy property: The method by which the folder should be sorted.StringsortOrder()Get the sortOrder property: If true, indicates that items should be sorted in descending order.voidvalidate()Validates the instance.StringviewType()Get the viewType property: The type of view that should be used to represent the folder.MicrosoftGraphFolderViewwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: folderView.MicrosoftGraphFolderViewwithSortBy(String sortBy)Set the sortBy property: The method by which the folder should be sorted.MicrosoftGraphFolderViewwithSortOrder(String sortOrder)Set the sortOrder property: If true, indicates that items should be sorted in descending order.MicrosoftGraphFolderViewwithViewType(String viewType)Set the viewType property: The type of view that should be used to represent the folder.
-
-
-
Method Detail
-
sortBy
public String sortBy()
Get the sortBy property: The method by which the folder should be sorted.- Returns:
- the sortBy value.
-
withSortBy
public MicrosoftGraphFolderView withSortBy(String sortBy)
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
public String 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
public MicrosoftGraphFolderView withSortOrder(String sortOrder)
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
public String viewType()
Get the viewType property: The type of view that should be used to represent the folder.- Returns:
- the viewType value.
-
withViewType
public MicrosoftGraphFolderView withViewType(String viewType)
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
public Map<String,Object> additionalProperties()
Get the additionalProperties property: folderView.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphFolderView withAdditionalProperties(Map<String,Object> additionalProperties)
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.
-
-