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
-
-
Constructor Summary
Constructors Constructor Description EpicIssue()
-
Method Summary
Modifier and Type Method Description IntegergetDownvotes()IntegergetEpicIssueId()StringgetLinkByName(String name)Map<String,String>getLinks()IntegergetRelativePosition()BooleangetSubscribed()IntegergetUpvotes()voidsetDownvotes(Integer downvotes)voidsetEpicIssueId(Integer 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
getAssignee, getAssignees, getAuthor, getClosedAt, getClosedBy, getConfidential, getCreatedAt, getDescription, getDiscussionLocked, getDueDate, getId, getIid, getLabels, getMilestone, getProjectId, getState, getTimeStats, getTitle, getUpdatedAt, getUserNotesCount, getWebUrl, getWeight, setAssignee, setAssignees, setAuthor, setClosedAt, setClosedBy, setConfidential, setCreatedAt, setDescription, setDiscussionLocked, setDueDate, setId, setIid, setLabels, setMilestone, setProjectId, setState, setTimeStats, setTitle, setUpdatedAt, setUserNotesCount, setWebUrl, setWeight
-
-
-
-
Method Detail
-
getDownvotes
public Integer getDownvotes()
-
setDownvotes
public void setDownvotes(Integer downvotes)
-
getUpvotes
public Integer getUpvotes()
-
setUpvotes
public void setUpvotes(Integer upvotes)
-
getSubscribed
public Boolean getSubscribed()
- Overrides:
getSubscribedin classIssue
-
setSubscribed
public void setSubscribed(Boolean subscribed)
- Overrides:
setSubscribedin classIssue
-
getEpicIssueId
public Integer getEpicIssueId()
-
setEpicIssueId
public void setEpicIssueId(Integer epicIssueId)
-
getRelativePosition
public Integer getRelativePosition()
-
setRelativePosition
public void setRelativePosition(Integer relativePosition)
-
-