Package com.slack.api.model.list
Class ListView.ListViewBuilder
java.lang.Object
com.slack.api.model.list.ListView.ListViewBuilder
- Enclosing class:
- ListView
-
Method Summary
Modifier and TypeMethodDescriptionbuild()columns(List<ListViewColumn> columns) dateCreated(Long dateCreated) defaultViewKey(String defaultViewKey) filters(List<ListView.Filter> filters) grouping(ListView.Grouping grouping) isAllItemsView(Boolean isAllItemsView) locked(boolean locked) showCompletedItems(Boolean showCompletedItems) stickColumnLeft(Boolean stickColumnLeft) toString()
-
Method Details
-
id
- Returns:
this.
-
name
- Returns:
this.
-
type
- Returns:
this.
-
locked
- Returns:
this.
-
position
- Returns:
this.
-
columns
- Returns:
this.
-
dateCreated
- Returns:
this.
-
createdBy
- Returns:
this.
-
stickColumnLeft
- Returns:
this.
-
isAllItemsView
- Returns:
this.
-
defaultViewKey
- Returns:
this.
-
showCompletedItems
- Returns:
this.
-
grouping
- Returns:
this.
-
filters
- Returns:
this.
-
build
-
toString
-