Package org.gitlab4j.api.models
Class EpicIssue
java.lang.Object
org.gitlab4j.api.models.AbstractIssue
org.gitlab4j.api.models.EpicIssue
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gitlab4j.api.models.AbstractIssue
AbstractIssue.TaskCompletionStatus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLinkByName(String name) getLinks()voidsetEpicIssueId(Long epicIssueId) voidvoidsetRelativePosition(Integer relativePosition) 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
-
EpicIssue
public EpicIssue()
-
-
Method Details
-
getLinks
-
setLinks
-
getLinkByName
-
getEpicIssueId
-
setEpicIssueId
-
getRelativePosition
-
setRelativePosition
-
toString
- Overrides:
toStringin classAbstractIssue
-