Package org.gitlab4j.api.models
Class Epic
java.lang.Object
org.gitlab4j.api.models.Epic
public class Epic extends Object
-
Constructor Summary
Constructors Constructor Description Epic() -
Method Summary
Modifier and Type Method Description AuthorgetAuthor()DategetCreatedAt()StringgetDescription()DategetEndDate()IntegergetGroupId()IntegergetId()IntegergetIid()List<String>getLabels()DategetStartDate()StringgetTitle()DategetUpdatedAt()voidsetAuthor(Author author)voidsetCreatedAt(Date createdAt)voidsetDescription(String description)voidsetEndDate(Date endDate)voidsetGroupId(Integer groupId)voidsetId(Integer id)voidsetIid(Integer iid)voidsetLabels(List<String> labels)voidsetStartDate(Date startDate)voidsetTitle(String title)voidsetUpdatedAt(Date updatedAt)StringtoString()EpicwithAuthor(Author author)EpicwithDescription(String description)EpicwithEndDate(Date endDate)EpicwithLabels(List<String> labels)EpicwithStartDate(Date startDate)EpicwithTitle(String title)
-
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
-