public class

FileUpload

extends Object
java.lang.Object
   ↳ org.mule.modules.zendesk.model.FileUpload

Summary

Fields
private List<Attachment> attachments
private String token
Public Constructors
FileUpload()
Public Methods
List<Attachment> getAttachments()
String getToken()
void setAttachments(List<Attachment> attachments)
void setToken(String token)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private List<Attachment> attachments

private String token

Public Constructors

public FileUpload ()

Public Methods

public List<Attachment> getAttachments ()

public String getToken ()

public void setAttachments (List<Attachment> attachments)

Parameters
attachments

public void setToken (String token)

Parameters
token