Package org.gitlab4j.api.models
Class CreatedChildEpic
java.lang.Object
org.gitlab4j.api.models.AbstractMinimalEpic<CreatedChildEpic>
org.gitlab4j.api.models.CreatedChildEpic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUrl()
void
setHasChildren
(Boolean hasChildren) void
setHasIssues
(Boolean hasIssues) void
setRelationUrl
(String relationUrl) void
toString()
Methods inherited from class org.gitlab4j.api.models.AbstractMinimalEpic
getGroupId, getId, getIid, getParentId, getReference, getTitle, setGroupId, setId, setIid, setParentId, setReference, setTitle, withTitle
-
Constructor Details
-
CreatedChildEpic
public CreatedChildEpic()
-
-
Method Details
-
getHasChildren
-
setHasChildren
-
getHasIssues
-
setHasIssues
-
getUrl
-
setUrl
-
getRelationUrl
-
setRelationUrl
-
toString
- Overrides:
toString
in classAbstractMinimalEpic<CreatedChildEpic>
-