Class VoiceCommentEvent
- java.lang.Object
-
- org.zendesk.client.v2.model.events.Event
-
- org.zendesk.client.v2.model.events.VoiceCommentEvent
-
- All Implemented Interfaces:
Serializable
public class VoiceCommentEvent extends Event
- Since:
- 05/04/2013 11:55
- Author:
- stephenc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VoiceCommentEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAttachments()LonggetAuthorId()StringgetBody()Map<String,Object>getData()StringgetFormattedFrom()StringgetFormattedTo()StringgetHtmlBody()BooleangetPublic()booleangetTrusted()voidsetAttachments(List<String> attachments)voidsetAuthorId(Long authorId)voidsetBody(String body)voidsetData(Map<String,Object> data)voidsetFormattedFrom(String formattedFrom)voidsetFormattedTo(String formattedTo)voidsetHtmlBody(String htmlBody)voidsetPublic(Boolean publicComment)voidsetTrusted(Boolean trusted)StringtoString()
-
-
-
Method Detail
-
getAuthorId
public Long getAuthorId()
-
setAuthorId
public void setAuthorId(Long authorId)
-
getBody
public String getBody()
-
setBody
public void setBody(String body)
-
getHtmlBody
public String getHtmlBody()
-
setHtmlBody
public void setHtmlBody(String htmlBody)
-
getTrusted
public boolean getTrusted()
-
setTrusted
public void setTrusted(Boolean trusted)
-
getFormattedFrom
public String getFormattedFrom()
-
setFormattedFrom
public void setFormattedFrom(String formattedFrom)
-
getFormattedTo
public String getFormattedTo()
-
setFormattedTo
public void setFormattedTo(String formattedTo)
-
toString
public String toString()
-
getPublic
public Boolean getPublic()
-
setPublic
public void setPublic(Boolean publicComment)
-
-