Interface Ticket
- All Superinterfaces:
Issue,OptionalCategoryProvider,OptionalTenantProvider,ProcessProvider,StorageProvider
Represents a customer ticket
- Since:
- 10.0.16
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.iagent.model.Issue
getDateReceived, getId, getLocale, getLocation, getRoutingTags, getTenantMethods inherited from interface com.novomind.ecom.api.iagent.provider.OptionalCategoryProvider
getCategoryMethods inherited from interface com.novomind.ecom.api.imail.provider.ProcessProvider
getProcessMethods inherited from interface com.novomind.ecom.api.iagent.provider.StorageProvider
getStorage
-
Method Details
-
getNotes
ModifiableIssueNotes getNotes()- Returns:
- the
ModifiableIssueNotescontains all notes associated with the Ticket. - Since:
- 10.0.146
-
getIncomingAccount
Account getIncomingAccount()- Returns:
- the incoming account of the ticket.
- Since:
- 10.0.146
-
getIncomingChannel
Channel getIncomingChannel()- Returns:
- the incoming channel of the ticket.
- Since:
- 10.0.146
-
getTicketState
TicketState getTicketState()- Returns:
- the
TicketState - Since:
- 12.0
-