Package org.gitlab4j.api.models
Class AbstractEpic<E extends AbstractEpic<E>>
java.lang.Object
org.gitlab4j.api.models.AbstractMinimalEpic<E>
org.gitlab4j.api.models.AbstractEpic<E>
- Direct Known Subclasses:
ChildEpic
,Epic
,EpicInLink
,RelatedEpic
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()
getLinkByName
(String name) getLinks()
getState()
void
void
setClosedAt
(Date closedAt) void
void
setCreatedAt
(Date createdAt) void
setDescription
(String description) void
setDownvotes
(Integer downvotes) void
setDueDate
(Date dueDate) void
setEndDate
(Date endDate) void
void
void
setParentIid
(Long parentIid) void
setReferences
(References references) void
setStartDate
(Date startDate) void
setState
(AbstractEpic.EpicState state) void
setUpdatedAt
(Date updatedAt) void
setUpvotes
(Integer upvotes) void
toString()
withAuthor
(Author author) withDescription
(String description) withEndDate
(Date endDate) withLabels
(List<String> labels) withStartDate
(Date startDate) Methods inherited from class org.gitlab4j.api.models.AbstractMinimalEpic
getGroupId, getId, getIid, getParentId, getReference, getTitle, setGroupId, setId, setIid, setParentId, setReference, setTitle, withTitle
-
Constructor Details
-
AbstractEpic
public AbstractEpic()
-
-
Method Details
-
getParentIid
-
setParentIid
-
getDescription
-
setDescription
-
withDescription
-
getState
-
setState
-
getWebUrl
-
setWebUrl
-
getReferences
-
setReferences
-
getAuthor
-
setAuthor
-
withAuthor
-
getLabels
-
setLabels
-
withLabels
-
getStartDate
-
setStartDate
-
withStartDate
-
getDueDate
-
setDueDate
-
getEndDate
-
setEndDate
-
withEndDate
-
getCreatedAt
-
setCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
getClosedAt
-
setClosedAt
-
getDownvotes
-
setDownvotes
-
getUpvotes
-
setUpvotes
-
getColor
-
setColor
-
getLinks
-
setLinks
-
getLinkByName
-
toString
- Overrides:
toString
in classAbstractMinimalEpic<E extends AbstractEpic<E>>
-