Package com.slack.api.model.list
Class ListLimits.ListLimitsBuilder
java.lang.Object
com.slack.api.model.list.ListLimits.ListLimitsBuilder
- Enclosing class:
- ListLimits
-
Method Summary
Modifier and TypeMethodDescriptionbuild()columnCount(Integer columnCount) columnCountLimit(Integer columnCountLimit) maxAttachmentsPerCell(Integer maxAttachmentsPerCell) overColumnMaximum(Boolean overColumnMaximum) overRowMaximum(Boolean overRowMaximum) overViewMaximum(Boolean overViewMaximum) rowCountLimit(Integer rowCountLimit) toString()viewCountLimit(Integer viewCountLimit)
-
Method Details
-
overRowMaximum
- Returns:
this.
-
rowCountLimit
- Returns:
this.
-
rowCount
- Returns:
this.
-
overColumnMaximum
- Returns:
this.
-
columnCount
- Returns:
this.
-
columnCountLimit
- Returns:
this.
-
overViewMaximum
- Returns:
this.
-
viewCount
- Returns:
this.
-
viewCountLimit
- Returns:
this.
-
maxAttachmentsPerCell
- Returns:
this.
-
build
-
toString
-