Package com.slack.api.model.list
Class ListLimits
java.lang.Object
com.slack.api.model.list.ListLimits
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListLimits.ListLimitsBuilderbuilder()protected booleanbooleaninthashCode()voidsetColumnCount(Integer columnCount) voidsetColumnCountLimit(Integer columnCountLimit) voidsetMaxAttachmentsPerCell(Integer maxAttachmentsPerCell) voidsetOverColumnMaximum(Boolean overColumnMaximum) voidsetOverRowMaximum(Boolean overRowMaximum) voidsetOverViewMaximum(Boolean overViewMaximum) voidsetRowCount(Integer rowCount) voidsetRowCountLimit(Integer rowCountLimit) voidsetViewCount(Integer viewCount) voidsetViewCountLimit(Integer viewCountLimit) toString()
-
Constructor Details
-
ListLimits
public ListLimits() -
ListLimits
-
-
Method Details
-
builder
-
getOverRowMaximum
-
getRowCountLimit
-
getRowCount
-
getOverColumnMaximum
-
getColumnCount
-
getColumnCountLimit
-
getOverViewMaximum
-
getViewCount
-
getViewCountLimit
-
getMaxAttachmentsPerCell
-
setOverRowMaximum
-
setRowCountLimit
-
setRowCount
-
setOverColumnMaximum
-
setColumnCount
-
setColumnCountLimit
-
setOverViewMaximum
-
setViewCount
-
setViewCountLimit
-
setMaxAttachmentsPerCell
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-