Class ContactSubscriptionTypes

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

public final class ContactSubscriptionTypes extends Object
  • Method Details

    • getData

      public List<AddressableList> getData()
      Returns:
      This object represents the subscriptions attached to a contact.
    • getUrl

      public String getUrl()
      Returns:
      Url to get more subscription type resources for this contact
    • getTotalCount

      public int getTotalCount()
      Returns:
      Int representing the total number of subscription types attached to this contact
    • getHasMore

      public boolean getHasMore()
      Returns:
      Whether there's more Addressable Objects to be viewed. If true, use the url to view all
    • 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 ContactSubscriptionTypes.UrlStage builder()