public class VoiceCommentEvent extends Event
| Constructor and Description |
|---|
VoiceCommentEvent() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAttachments() |
Long |
getAuthorId() |
String |
getBody() |
Map<String,Object> |
getData() |
String |
getFormattedFrom() |
String |
getFormattedTo() |
String |
getHtmlBody() |
Boolean |
getPublic() |
boolean |
getTrusted() |
void |
setAttachments(List<String> attachments) |
void |
setAuthorId(Long authorId) |
void |
setBody(String body) |
void |
setData(Map<String,Object> data) |
void |
setFormattedFrom(String formattedFrom) |
void |
setFormattedTo(String formattedTo) |
void |
setHtmlBody(String htmlBody) |
void |
setPublic(Boolean publicComment) |
void |
setTrusted(Boolean trusted) |
String |
toString() |
public Long getAuthorId()
public void setAuthorId(Long authorId)
public String getBody()
public void setBody(String body)
public String getHtmlBody()
public void setHtmlBody(String htmlBody)
public boolean getTrusted()
public void setTrusted(Boolean trusted)
public String getFormattedFrom()
public void setFormattedFrom(String formattedFrom)
public String getFormattedTo()
public void setFormattedTo(String formattedTo)
public String toString()
public Boolean getPublic()
public void setPublic(Boolean publicComment)
Copyright © 2013–2020. All rights reserved.