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()voidvoidsetCreatedAt(Date createdAt) voidsetDescription(String description) voidsetEndDate(Date endDate) voidsetGroupId(Long groupId) voidvoidvoidvoidsetStartDate(Date startDate) voidvoidsetUpdatedAt(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
-