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.String
sortBy()
Get the sortBy property: The method by which the folder should be sorted.String
sortOrder()
Get the sortOrder property: If true, indicates that items should be sorted in descending order.void
validate()
Validates the instance.String
viewType()
Get the viewType property: The type of view that should be used to represent the folder.MicrosoftGraphFolderView
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: folderView.MicrosoftGraphFolderView
withSortBy(String sortBy)
Set the sortBy property: The method by which the folder should be sorted.MicrosoftGraphFolderView
withSortOrder(String sortOrder)
Set the sortOrder property: If true, indicates that items should be sorted in descending order.MicrosoftGraphFolderView
withViewType(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.
-
-