Class LinkedObjectList

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

public final class LinkedObjectList extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      Always list.
    • getTotalCount

      public int getTotalCount()
      Returns:
      The total number of linked objects.
    • getHasMore

      public boolean getHasMore()
      Returns:
      Whether or not there are more linked objects than returned.
    • getData

      public List<LinkedObject> getData()
      Returns:
      An array containing the linked conversations and linked tickets.
    • 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 LinkedObjectList.TotalCountStage builder()