Package com.intercom.api.types
Class PartAttachment
- java.lang.Object
-
- com.intercom.api.types.PartAttachment
-
public final class PartAttachment extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePartAttachment._FinalStagestatic classPartAttachment.Builderstatic interfacePartAttachment.ContentTypeStagestatic interfacePartAttachment.FilesizeStagestatic interfacePartAttachment.HeightStagestatic interfacePartAttachment.NameStagestatic interfacePartAttachment.TypeStagestatic interfacePartAttachment.UrlStagestatic interfacePartAttachment.WidthStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PartAttachment.TypeStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetContentType()intgetFilesize()intgetHeight()java.lang.StringgetName()java.lang.StringgetType()java.lang.StringgetUrl()intgetWidth()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public java.lang.String getType()
- Returns:
- The type of attachment
-
getName
public java.lang.String getName()
- Returns:
- The name of the attachment
-
getUrl
public java.lang.String getUrl()
- Returns:
- The URL of the attachment
-
getContentType
public java.lang.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(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static PartAttachment.TypeStage builder()
-
-