Class Chat
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.ticket.Update
com.softlayer.api.service.ticket.update.Chat
@ApiType("SoftLayer_Ticket_Update_Chat") public class Chat extends Update
A SoftLayer_Ticket_Update_Chat is a chat between a customer and a customer service representative relating to a ticket.
- See Also:
- SoftLayer_Ticket_Update_Chat
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChat.Mask -
Field Summary
Fields inherited from class com.softlayer.api.service.ticket.Update
changeOwnerActivity, chat, createDate, createDateSpecified, editor, editorId, editorIdSpecified, editorType, editorTypeSpecified, entry, entrySpecified, fileAttachment, fileAttachmentCount, id, idSpecified, ticket, ticketId, ticketIdSpecified, typeFields inherited from class com.softlayer.api.Type
unknownProperties -
Constructor Summary
Constructors Constructor Description Chat() -
Method Summary
Methods inherited from class com.softlayer.api.service.ticket.Update
getChangeOwnerActivity, getChat, getCreateDate, getEditor, getEditorId, getEditorType, getEntry, getFileAttachment, getFileAttachmentCount, getId, getTicket, getTicketId, getType, isCreateDateSpecified, isEditorIdSpecified, isEditorTypeSpecified, isEntrySpecified, isIdSpecified, isTicketIdSpecified, setChangeOwnerActivity, setChat, setCreateDate, setEditor, setEditorId, setEditorType, setEntry, setFileAttachmentCount, setId, setTicket, setTicketId, setType, unsetCreateDate, unsetEditorId, unsetEditorType, unsetEntry, unsetId, unsetTicketIdMethods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
Constructor Details
-
Chat
public Chat()
-