Package com.softlayer.api.service.ticket
Class Update.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.ticket.Update.Mask
-
- Direct Known Subclasses:
Agent.Mask,Chat.Mask,Customer.Mask,Employee.Mask
- Enclosing class:
- Update
public static class Update.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Update.MaskchangeOwnerActivity()Liveperson.Maskchat()Update.MaskcreateDate()Interface.Maskeditor()Update.MaskeditorId()Update.MaskeditorType()Update.Maskentry()File.MaskfileAttachment()Update.MaskfileAttachmentCount()Update.Maskid()Ticket.Maskticket()Update.MaskticketId()Type.Masktype()-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
changeOwnerActivity
public Update.Mask changeOwnerActivity()
-
chat
public Liveperson.Mask chat()
-
editor
public Interface.Mask editor()
-
fileAttachment
public File.Mask fileAttachment()
-
ticket
public Ticket.Mask ticket()
-
type
public Type.Mask type()
-
createDate
public Update.Mask createDate()
-
editorId
public Update.Mask editorId()
-
editorType
public Update.Mask editorType()
-
entry
public Update.Mask entry()
-
id
public Update.Mask id()
-
ticketId
public Update.Mask ticketId()
-
fileAttachmentCount
public Update.Mask fileAttachmentCount()
-
-