Class CompanyScroll

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

public final class CompanyScroll extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      The type of object - list
    • getData

      public List<Company> getData()
    • getPages

      public Optional<CursorPages> getPages()
    • getTotalCount

      public Optional<Integer> getTotalCount()
      Returns:
      The total number of companies
    • getScrollParam

      public Optional<String> getScrollParam()
      Returns:
      The scroll parameter to use in the next request to fetch 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 CompanyScroll.Builder builder()