public class

AttachmentExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.zendesk.model.holders.AttachmentExpressionHolder

Summary

Fields
protected String _contentTypeType
protected String _contentUrlType
protected String _fileNameType
protected Integer _sizeType
protected List<Attachment> _thumbnailsType
protected Object contentType
protected Object contentUrl
protected Object fileName
protected Object size
protected Object thumbnails
Public Constructors
AttachmentExpressionHolder()
Public Methods
Object getContentType()
Retrieves contentType
Object getContentUrl()
Retrieves contentUrl
Object getFileName()
Retrieves fileName
Object getSize()
Retrieves size
Object getThumbnails()
Retrieves thumbnails
void setContentType(Object value)
Sets contentType
void setContentUrl(Object value)
Sets contentUrl
void setFileName(Object value)
Sets fileName
void setSize(Object value)
Sets size
void setThumbnails(Object value)
Sets thumbnails
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _contentTypeType

protected String _contentUrlType

protected String _fileNameType

protected Integer _sizeType

protected List<Attachment> _thumbnailsType

protected Object contentType

protected Object contentUrl

protected Object fileName

protected Object size

protected Object thumbnails

Public Constructors

public AttachmentExpressionHolder ()

Public Methods

public Object getContentType ()

Retrieves contentType

public Object getContentUrl ()

Retrieves contentUrl

public Object getFileName ()

Retrieves fileName

public Object getSize ()

Retrieves size

public Object getThumbnails ()

Retrieves thumbnails

public void setContentType (Object value)

Sets contentType

Parameters
value Value to set

public void setContentUrl (Object value)

Sets contentUrl

Parameters
value Value to set

public void setFileName (Object value)

Sets fileName

Parameters
value Value to set

public void setSize (Object value)

Sets size

Parameters
value Value to set

public void setThumbnails (Object value)

Sets thumbnails

Parameters
value Value to set