Package com.slack.api.model
Class ResponseMetadata
java.lang.Object
com.slack.api.model.ResponseMetadata
An attribute included within the response of the newest Slack APIs which contains a
next_cursor
value. By using this value as a cursor parameter in a subsequent request, along with limit, you may
navigate through the collection page by virtual page.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setMessages
(List<String> messages) void
setNextCursor
(String nextCursor) void
setWarnings
(List<String> warnings) toString()
-
Constructor Details
-
ResponseMetadata
public ResponseMetadata()
-
-
Method Details