Package org.gitlab4j.api.models
Class Issue
java.lang.Object
org.gitlab4j.api.models.AbstractIssue
org.gitlab4j.api.models.Issue
- Direct Known Subclasses:
EpicIssue
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gitlab4j.api.models.AbstractIssue
AbstractIssue.TaskCompletionStatus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetIssueLinkId(Long issueLinkId) voidsetLinkCreatedAt(Date linkCreatedAt) voidsetLinkType(LinkType linkType) voidsetLinkUpdatedAt(Date linkUpdatedAt) voidsetSubscribed(Boolean subscribed) toString()Methods inherited from class org.gitlab4j.api.models.AbstractIssue
getActualId, getAssignee, getAssignees, getAuthor, getClosedAt, getClosedBy, getConfidential, getCreatedAt, getDescription, getDiscussionLocked, getDownvotes, getDueDate, getExternalId, getHasTasks, getId, getIid, getLabels, getMergeRequestsCount, getMilestone, getProjectId, getState, getTaskCompletionStatus, getTaskStatus, getTimeStats, getTitle, getUpdatedAt, getUpvotes, getUserNotesCount, getWebUrl, getWeight, setActualId, setAssignee, setAssignees, setAuthor, setClosedAt, setClosedBy, setConfidential, setCreatedAt, setDescription, setDiscussionLocked, setDownvotes, setDueDate, setExternalId, setHasTasks, setId, setIid, setLabels, setMergeRequestsCount, setMilestone, setProjectId, setState, setTaskCompletionStatus, setTaskStatus, setTimeStats, setTitle, setUpdatedAt, setUpvotes, setUserNotesCount, setWebUrl, setWeight
-
Constructor Details
-
Issue
public Issue()
-
-
Method Details
-
getSubscribed
-
setSubscribed
-
getIssueLinkId
-
setIssueLinkId
-
getLinkType
-
setLinkType
-
getLinkCreatedAt
-
setLinkCreatedAt
-
getLinkUpdatedAt
-
setLinkUpdatedAt
-
toString
- Overrides:
toStringin classAbstractIssue
-