Class StartingAfterPaging

java.lang.Object
com.intercom.api.types.StartingAfterPaging

public final class StartingAfterPaging extends Object
  • Method Details

    • getPerPage

      public int getPerPage()
      Returns:
      The number of results to fetch per page.
    • getStartingAfter

      public Optional<String> getStartingAfter()
      Returns:
      The cursor to use in the next request to get the next page of results.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static StartingAfterPaging.PerPageStage builder()