public class TicketImport extends Ticket
Ticket.Requestercomment, createdAt, description, id, organizationId, requester, requesterId, solved, status, subject, updatedAt, url, via, viaFollowupSourceId| Constructor and Description |
|---|
TicketImport() |
TicketImport(long requesterId,
String subject,
List<Comment> comments) |
TicketImport(Ticket.Requester requester,
String subject,
List<Comment> comments) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
getComment() |
List<Comment> |
getComments() |
Date |
getSolvedAt() |
void |
setComment(Comment comment) |
void |
setComments(List<Comment> comments) |
void |
setSolvedAt(Date solvedAt) |
String |
toString() |
getAssigneeId, getBrandId, getCollaboratorIds, getCustomFields, getDueAt, getExternalId, getFollowupIds, getForumTopicId, getGroupId, getIsPublic, getPriority, getProblemId, getRecipient, getRequester, getSatisfactionRating, getSharingAgreementIds, getSubmitterId, getTags, getTicketFormId, getType, isHasIncidents, setAssigneeId, setBrandId, setCollaboratorIds, setCollaborators, setCustomFields, setDueAt, setExternalId, setFollowupIds, setForumTopicId, setGroupId, setHasIncidents, setIsPublic, setPriority, setProblemId, setRecipient, setRequester, setSatisfactionRating, setSharingAgreementIds, setSubmitterId, setTags, setTicketFormId, setTypegetCreatedAt, getDescription, getId, getOrganizationId, getRequesterId, getSolved, getStatus, getSubject, getUpdatedAt, getUrl, getVia, getViaFollowupSourceId, setCreatedAt, setDescription, setId, setOrganizationId, setRequesterId, setSolved, setStatus, setSubject, setUpdatedAt, setUrl, setVia, setViaFollowupSourceIdpublic TicketImport()
public TicketImport(Ticket.Requester requester, String subject, List<Comment> comments)
public Date getSolvedAt()
public void setSolvedAt(Date solvedAt)
public Comment getComment()
getComment in class Requestpublic void setComment(Comment comment)
setComment in class RequestCopyright © 2013–2020. All rights reserved.