public class TicketImport extends Ticket
Ticket.Requester
comment, 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, setType
getCreatedAt, getDescription, getId, getOrganizationId, getRequesterId, getSolved, getStatus, getSubject, getUpdatedAt, getUrl, getVia, getViaFollowupSourceId, setCreatedAt, setDescription, setId, setOrganizationId, setRequesterId, setSolved, setStatus, setSubject, setUpdatedAt, setUrl, setVia, setViaFollowupSourceId
public 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 Request
public void setComment(Comment comment)
setComment
in class Request
Copyright © 2013–2022. All rights reserved.