Class FolderView
java.lang.Object
com.amilesend.onedrive.resource.item.type.FolderView
Describes the recommended view of a folder.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic FolderView.FolderViewBuilderbuilder()booleanHow the contents should be sorted.Describes the associated sort order.Describes the type of view that should be used for the folder.inthashCode()voidHow the contents should be sorted.voidsetSortOrder(String sortOrder) Describes the associated sort order.voidsetViewType(String viewType) Describes the type of view that should be used for the folder.toString()
-
Method Details
-
builder
-
getSortBy
How the contents should be sorted. Valid values include:- default
- name
- type
- size
- takenOrCreatedDateTime
- lastModifiedDateTime
- sequence
-
getSortOrder
Describes the associated sort order. If undefined, ascending is assumed. Value values include:- ascending
- descending
-
getViewType
Describes the type of view that should be used for the folder. Valid values include:- default
- icons
- details
- thumbnails
-
setSortBy
How the contents should be sorted. Valid values include:- default
- name
- type
- size
- takenOrCreatedDateTime
- lastModifiedDateTime
- sequence
-
setSortOrder
Describes the associated sort order. If undefined, ascending is assumed. Value values include:- ascending
- descending
-
setViewType
Describes the type of view that should be used for the folder. Valid values include:- default
- icons
- details
- thumbnails
-
equals
-
hashCode
-
toString
-