Package org.gitlab4j.api.models
Class EpicInLink
- java.lang.Object
-
- org.gitlab4j.api.models.AbstractMinimalEpic<E>
-
- org.gitlab4j.api.models.AbstractEpic<EpicInLink>
-
- org.gitlab4j.api.models.EpicInLink
-
- All Implemented Interfaces:
java.io.Serializable
public class EpicInLink extends AbstractEpic<EpicInLink>
- 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 EpicInLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, getUrl, setGroupId, setId, setIid, setParentId, setReference, setTitle, setUrl, withTitle
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAbstractEpic<EpicInLink>
-
-