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 Details

    • ResponseMetadata

      public ResponseMetadata()
  • Method Details

    • getNextCursor

      public String getNextCursor()
    • getMessages

      public List<String> getMessages()
    • getWarnings

      public List<String> getWarnings()
    • setNextCursor

      public void setNextCursor(String nextCursor)
    • setMessages

      public void setMessages(List<String> messages)
    • setWarnings

      public void setWarnings(List<String> warnings)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object