Class HelixPagination

java.lang.Object
com.github.twitch4j.helix.domain.HelixPagination

public class HelixPagination extends Object
Pagination
  • Constructor Details

    • HelixPagination

      public HelixPagination()
  • Method Details

    • getCursor

      @Nullable public @Nullable String getCursor()
      The cursor used to get the next page of results. Use the cursor to set the request’s after query parameter.
    • 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