Class Ticket

    • Method Detail

      • getAssigneeId

        public Long getAssigneeId()
      • setAssigneeId

        public void setAssigneeId​(Long assigneeId)
      • getCollaboratorIds

        public List<Long> getCollaboratorIds()
      • setCollaboratorIds

        public void setCollaboratorIds​(List<Long> collaboratorIds)
      • setCollaborators

        public void setCollaborators​(List<Collaborator> collaborators)
      • getDueAt

        public Date getDueAt()
      • setDueAt

        public void setDueAt​(Date dueAt)
      • getExternalId

        public String getExternalId()
      • setExternalId

        public void setExternalId​(String externalId)
      • getFollowupIds

        public List<Long> getFollowupIds()
      • setFollowupIds

        public void setFollowupIds​(List<Long> followupIds)
      • getForumTopicId

        public Long getForumTopicId()
      • setForumTopicId

        public void setForumTopicId​(Long forumTopicId)
      • getGroupId

        public Long getGroupId()
      • setGroupId

        public void setGroupId​(Long groupId)
      • isHasIncidents

        public boolean isHasIncidents()
      • setHasIncidents

        public void setHasIncidents​(boolean hasIncidents)
      • getProblemId

        public Long getProblemId()
      • setProblemId

        public void setProblemId​(Long problemId)
      • getRecipient

        public String getRecipient()
      • setRecipient

        public void setRecipient​(String recipient)
      • getBrandId

        public Long getBrandId()
      • setBrandId

        public void setBrandId​(Long brandId)
      • setSatisfactionRating

        public void setSatisfactionRating​(SatisfactionRating satisfactionRating)
      • getSharingAgreementIds

        public List<Long> getSharingAgreementIds()
      • setSharingAgreementIds

        public void setSharingAgreementIds​(List<Long> sharingAgreementIds)
      • getSubmitterId

        public Long getSubmitterId()
      • setSubmitterId

        public void setSubmitterId​(Long submitterId)
      • setTags

        public void setTags​(List<String> tags)
      • getTicketFormId

        public Long getTicketFormId()
      • setTicketFormId

        public void setTicketFormId​(Long ticketFormId)
      • getIsPublic

        public Boolean getIsPublic()
      • setIsPublic

        public void setIsPublic​(Boolean isPublic)
      • getSafeUpdate

        public Boolean getSafeUpdate()
        The safe_update & update_stamp parameters are used by the Zendesk API to protect against update collisions. If the safe_update parameter is set to true and Zendesk detects that a ticket has been updated since the time specified in update_stamp then it will return an HTTP CONFLICT status to let the caller know that the ticket was not successfully updated.

        These properties are annotated with JsonInclude(Include.NON_DEFAULT) so that they will only be serialized to JSON if safeUpdate is set to TRUE.

        For more information see Zendesk documentation at: https://developer.zendesk.com/documentation/ticketing/managing-tickets/creating-and-updating-tickets/#protecting-against-ticket-update-collisions

      • setSafeUpdate

        public void setSafeUpdate​(Boolean safeUpdate)