Class DetachContactFromConversationRequest

java.lang.Object
com.intercom.api.resources.conversations.requests.DetachContactFromConversationRequest

public final class DetachContactFromConversationRequest extends Object
  • Method Details

    • getConversationId

      public String getConversationId()
      Returns:
      The identifier for the conversation as given by Intercom.
    • getContactId

      public String getContactId()
      Returns:
      The identifier for the contact as given by Intercom.
    • getAdminId

      public String getAdminId()
      Returns:
      The id of the admin who is performing the action.
    • 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