Class PartAttachment

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

public final class PartAttachment extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      The type of attachment
    • getName

      public String getName()
      Returns:
      The name of the attachment
    • getUrl

      public String getUrl()
      Returns:
      The URL of the attachment
    • getContentType

      public String getContentType()
      Returns:
      The content type of the attachment
    • getFilesize

      public int getFilesize()
      Returns:
      The size of the attachment
    • getWidth

      public int getWidth()
      Returns:
      The width of the attachment
    • getHeight

      public int getHeight()
      Returns:
      The height of the attachment
    • 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 PartAttachment.TypeStage builder()