Package org.zendesk.client.v2.model
Class Attachment
- java.lang.Object
-
- org.zendesk.client.v2.model.Photo
-
- org.zendesk.client.v2.model.Attachment
-
- All Implemented Interfaces:
Serializable
public class Attachment extends Photo
- Since:
- 05/04/2013 15:38
- Author:
- stephenc
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttachment.Upload
-
Constructor Summary
Constructors Constructor Description Attachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Photo>getThumbnails()voidsetThumbnails(List<Photo> thumbnails)StringtoString()-
Methods inherited from class org.zendesk.client.v2.model.Photo
getContentType, getContentUrl, getFileName, getHeight, getId, getInline, getMappedContentUrl, getSize, getUrl, getWidth, setContentType, setContentUrl, setFileName, setHeight, setId, setInline, setMappedContentUrl, setSize, setUrl, setWidth
-
-