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()voidvoidsetClosedAt(Date closedAt) voidvoidsetCreatedAt(Date createdAt) voidsetDescription(String description) voidsetDownvotes(Integer downvotes) voidsetDueDate(Date dueDate) voidsetEndDate(Date endDate) voidvoidvoidsetParentIid(Long parentIid) voidsetReferences(References references) voidsetStartDate(Date startDate) voidsetState(AbstractEpic.EpicState state) voidsetUpdatedAt(Date updatedAt) voidsetUpvotes(Integer upvotes) voidtoString()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:
toStringin classAbstractMinimalEpic<E extends AbstractEpic<E>>
-