Class ConversationPartAuthor

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

public final class ConversationPartAuthor extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      The type of the author
    • getId

      public String getId()
      Returns:
      The id of the author
    • getName

      public String getName()
      Returns:
      The name of the author
    • getEmail

      public String getEmail()
      Returns:
      The email of the author
    • 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 ConversationPartAuthor.TypeStage builder()