Package org.gitlab4j.api.models
Class Epic
- java.lang.Object
-
- org.gitlab4j.api.models.AbstractMinimalEpic<E>
-
- org.gitlab4j.api.models.AbstractEpic<Epic>
-
- org.gitlab4j.api.models.Epic
-
- All Implemented Interfaces:
java.io.Serializable
public class Epic extends AbstractEpic<Epic>
- 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 Epic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getDueDateFromInheritedSource()
java.lang.Boolean
getDueDateIsFixed()
java.lang.Boolean
getStartDateIsFixed()
java.lang.Boolean
getSubscribed()
void
setDueDateFromInheritedSource(java.util.Date dueDateFromInheritedSource)
void
setDueDateIsFixed(java.lang.Boolean dueDateIsFixed)
void
setStartDateIsFixed(java.lang.Boolean startDateIsFixed)
void
setSubscribed(java.lang.Boolean subscribed)
java.lang.String
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
-
-
-
-
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)
-
getSubscribed
public java.lang.Boolean getSubscribed()
-
setSubscribed
public void setSubscribed(java.lang.Boolean subscribed)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAbstractEpic<Epic>
-
-