Package org.gitlab4j.api.models
Class Epic
java.lang.Object
org.gitlab4j.api.models.Epic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getIid()
getTitle()
void
void
setCreatedAt
(Date createdAt) void
setDescription
(String description) void
setEndDate
(Date endDate) void
setGroupId
(Long groupId) void
void
void
void
setStartDate
(Date startDate) void
void
setUpdatedAt
(Date updatedAt) toString()
withAuthor
(Author author) withDescription
(String description) withEndDate
(Date endDate) withLabels
(List<String> labels) withStartDate
(Date startDate)
-
Constructor Details
-
Epic
public Epic()
-
-
Method Details
-
getId
-
setId
-
getIid
-
setIid
-
getGroupId
-
setGroupId
-
getTitle
-
setTitle
-
withTitle
-
getDescription
-
setDescription
-
withDescription
-
getAuthor
-
setAuthor
-
withAuthor
-
getLabels
-
setLabels
-
withLabels
-
getStartDate
-
setStartDate
-
withStartDate
-
getEndDate
-
setEndDate
-
withEndDate
-
getCreatedAt
-
setCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
toString
-