public class TicketImport extends Ticket
Ticket.Requestercomment, createdAt, customFields, customStatusId, description, id, organizationId, priority, requester, requesterId, solved, status, subject, type, 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, getDueAt, getExternalId, getFollowupIds, getForumTopicId, getGroupId, getIsPublic, getProblemId, getRecipient, getRequester, getSafeUpdate, getSatisfactionRating, getSharingAgreementIds, getSubmitterId, getTags, getTicketFormId, isHasIncidents, setAssigneeId, setBrandId, setCollaboratorIds, setCollaborators, setDueAt, setExternalId, setFollowupIds, setForumTopicId, setGroupId, setHasIncidents, setIsPublic, setProblemId, setRecipient, setRequester, setSafeUpdate, setSatisfactionRating, setSharingAgreementIds, setSubmitterId, setTags, setTicketFormIdgetCreatedAt, getCustomFields, getCustomStatusId, getDescription, getId, getOrganizationId, getPriority, getRequesterId, getSolved, getStatus, getSubject, getType, getUpdatedAt, getUrl, getVia, getViaFollowupSourceId, setCreatedAt, setCustomFields, setCustomStatusId, setDescription, setId, setOrganizationId, setPriority, setRequesterId, setSolved, setStatus, setSubject, setType, 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–2024. All rights reserved.