Class Agent
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.ticket.Update
-
- com.softlayer.api.service.ticket.update.Agent
-
@ApiType("SoftLayer_Ticket_Update_Agent") public class Agent extends Update
A SoftLayer_Ticket_Update_Agent type models an update to a ticket made by an agent.- See Also:
- SoftLayer_Ticket_Update_Agent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Agent.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, type
-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Agent()
-
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, unsetTicketId
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-