Package org.gitlab4j.api.models
Class EpicIssue
java.lang.Object
org.gitlab4j.api.models.Issue
org.gitlab4j.api.models.EpicIssue
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gitlab4j.api.models.Issue
Issue.TaskCompletionStatus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLinkByName(String name) getLinks()voidsetDownvotes(Integer downvotes) voidsetEpicIssueId(Long epicIssueId) voidvoidsetRelativePosition(Integer relativePosition) voidsetSubscribed(Boolean subscribed) voidsetUpvotes(Integer upvotes) toString()Methods inherited from class org.gitlab4j.api.models.Issue
getActualId, getAssignee, getAssignees, getAuthor, getClosedAt, getClosedBy, getConfidential, getCreatedAt, getDescription, getDiscussionLocked, getDueDate, getExternalId, getHasTasks, getId, getIid, getIssueLinkId, getLabels, getMergeRequestsCount, getMilestone, getProjectId, getState, getTaskCompletionStatus, getTaskStatus, getTimeStats, getTitle, getUpdatedAt, getUserNotesCount, getWebUrl, getWeight, setActualId, setAssignee, setAssignees, setAuthor, setClosedAt, setClosedBy, setConfidential, setCreatedAt, setDescription, setDiscussionLocked, setDueDate, setExternalId, setHasTasks, setId, setIid, setIssueLinkId, setLabels, setMergeRequestsCount, setMilestone, setProjectId, setState, setTaskCompletionStatus, setTaskStatus, setTimeStats, setTitle, setUpdatedAt, setUserNotesCount, setWebUrl, setWeight
-
Constructor Details
-
EpicIssue
public EpicIssue()
-
-
Method Details
-
getDownvotes
- Overrides:
getDownvotesin classIssue
-
setDownvotes
- Overrides:
setDownvotesin classIssue
-
getUpvotes
- Overrides:
getUpvotesin classIssue
-
setUpvotes
- Overrides:
setUpvotesin classIssue
-
getLinks
-
setLinks
-
getLinkByName
-
getSubscribed
- Overrides:
getSubscribedin classIssue
-
setSubscribed
- Overrides:
setSubscribedin classIssue
-
getEpicIssueId
-
setEpicIssueId
-
getRelativePosition
-
setRelativePosition
-
toString
-