Class UntagContactRequest

java.lang.Object
com.intercom.api.resources.tags.requests.UntagContactRequest

public final class UntagContactRequest extends Object
  • Method Details

    • getContactId

      public String getContactId()
      Returns:
      The unique identifier for the contact which is given by Intercom
    • getTagId

      public String getTagId()
      Returns:
      The unique identifier for the tag which is given by Intercom
    • 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 UntagContactRequest.ContactIdStage builder()