Package org.gitlab4j.api.models
Class RelatedEpic
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gitlab4j.api.models.AbstractEpic
AbstractEpic.EpicState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDueDateFromInheritedSource
(Date dueDateFromInheritedSource) void
setDueDateIsFixed
(Boolean dueDateIsFixed) void
setLinkCreatedAt
(Date linkCreatedAt) void
setLinkType
(LinkType linkType) void
setLinkUpdatedAt
(Date linkUpdatedAt) void
setRelatedEpicLinkId
(Long relatedEpicLinkId) void
setStartDateIsFixed
(Boolean startDateIsFixed) toString()
Methods inherited from class org.gitlab4j.api.models.AbstractEpic
getAuthor, getClosedAt, getColor, getCreatedAt, getDescription, getDownvotes, getDueDate, getEndDate, getLabels, getLinkByName, getLinks, getParentIid, getReferences, getStartDate, getState, getUpdatedAt, getUpvotes, getWebUrl, setAuthor, setClosedAt, setColor, setCreatedAt, setDescription, setDownvotes, setDueDate, setEndDate, setLabels, setLinks, setParentIid, setReferences, setStartDate, setState, setUpdatedAt, setUpvotes, setWebUrl, withAuthor, withDescription, withEndDate, withLabels, withStartDate
Methods inherited from class org.gitlab4j.api.models.AbstractMinimalEpic
getGroupId, getId, getIid, getParentId, getReference, getTitle, setGroupId, setId, setIid, setParentId, setReference, setTitle, withTitle
-
Constructor Details
-
RelatedEpic
public RelatedEpic()
-
-
Method Details
-
getStartDateIsFixed
-
setStartDateIsFixed
-
getDueDateIsFixed
-
setDueDateIsFixed
-
getDueDateFromInheritedSource
-
setDueDateFromInheritedSource
-
getRelatedEpicLinkId
-
setRelatedEpicLinkId
-
getLinkType
-
setLinkType
-
getLinkCreatedAt
-
setLinkCreatedAt
-
getLinkUpdatedAt
-
setLinkUpdatedAt
-
toString
- Overrides:
toString
in classAbstractEpic<RelatedEpic>
-