Package org.gitlab4j.api.models
Class RelatedEpic
- java.lang.Object
-
- org.gitlab4j.api.models.AbstractMinimalEpic<E>
-
- org.gitlab4j.api.models.AbstractEpic<RelatedEpic>
-
- org.gitlab4j.api.models.RelatedEpic
-
- All Implemented Interfaces:
java.io.Serializable
public class RelatedEpic extends AbstractEpic<RelatedEpic>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.gitlab4j.api.models.AbstractEpic
AbstractEpic.EpicState
-
-
Constructor Summary
Constructors Constructor Description RelatedEpic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetDueDateFromInheritedSource()java.lang.BooleangetDueDateIsFixed()java.util.DategetLinkCreatedAt()LinkTypegetLinkType()java.util.DategetLinkUpdatedAt()java.lang.LonggetRelatedEpicLinkId()java.lang.BooleangetStartDateIsFixed()voidsetDueDateFromInheritedSource(java.util.Date dueDateFromInheritedSource)voidsetDueDateIsFixed(java.lang.Boolean dueDateIsFixed)voidsetLinkCreatedAt(java.util.Date linkCreatedAt)voidsetLinkType(LinkType linkType)voidsetLinkUpdatedAt(java.util.Date linkUpdatedAt)voidsetRelatedEpicLinkId(java.lang.Long relatedEpicLinkId)voidsetStartDateIsFixed(java.lang.Boolean startDateIsFixed)java.lang.StringtoString()-
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
-
-
-
-
Method Detail
-
getStartDateIsFixed
public java.lang.Boolean getStartDateIsFixed()
-
setStartDateIsFixed
public void setStartDateIsFixed(java.lang.Boolean startDateIsFixed)
-
getDueDateIsFixed
public java.lang.Boolean getDueDateIsFixed()
-
setDueDateIsFixed
public void setDueDateIsFixed(java.lang.Boolean dueDateIsFixed)
-
getDueDateFromInheritedSource
public java.util.Date getDueDateFromInheritedSource()
-
setDueDateFromInheritedSource
public void setDueDateFromInheritedSource(java.util.Date dueDateFromInheritedSource)
-
getRelatedEpicLinkId
public java.lang.Long getRelatedEpicLinkId()
-
setRelatedEpicLinkId
public void setRelatedEpicLinkId(java.lang.Long relatedEpicLinkId)
-
getLinkType
public LinkType getLinkType()
-
setLinkType
public void setLinkType(LinkType linkType)
-
getLinkCreatedAt
public java.util.Date getLinkCreatedAt()
-
setLinkCreatedAt
public void setLinkCreatedAt(java.util.Date linkCreatedAt)
-
getLinkUpdatedAt
public java.util.Date getLinkUpdatedAt()
-
setLinkUpdatedAt
public void setLinkUpdatedAt(java.util.Date linkUpdatedAt)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractEpic<RelatedEpic>
-
-