Package org.gitlab4j.api.models
Class EpicIssue
java.lang.Object
org.gitlab4j.api.models.Issue
org.gitlab4j.api.models.EpicIssue
public class EpicIssue extends Issue
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gitlab4j.api.models.Issue
Issue.TaskCompletionStatus -
Constructor Summary
Constructors Constructor Description EpicIssue() -
Method Summary
Modifier and Type Method Description IntegergetDownvotes()LonggetEpicIssueId()StringgetLinkByName(String name)Map<String,String>getLinks()IntegergetRelativePosition()BooleangetSubscribed()IntegergetUpvotes()voidsetDownvotes(Integer downvotes)voidsetEpicIssueId(Long epicIssueId)voidsetLinks(Map<String,String> links)voidsetRelativePosition(Integer relativePosition)voidsetSubscribed(Boolean subscribed)voidsetUpvotes(Integer upvotes)StringtoString()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
-