Package com.slack.api.model
Class ResponseMetadata
java.lang.Object
com.slack.api.model.ResponseMetadata
public class ResponseMetadata extends Object
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 Constructor Description ResponseMetadata() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getMessages()StringgetNextCursor()List<String>getWarnings()inthashCode()voidsetMessages(List<String> messages)voidsetNextCursor(String nextCursor)voidsetWarnings(List<String> warnings)StringtoString()
-
Constructor Details
-
ResponseMetadata
public ResponseMetadata()
-
-
Method Details
-
getNextCursor
-
getMessages
-
getWarnings
-
setNextCursor
-
setMessages
-
setWarnings
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-