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 Author
getAuthor()
Date
getCreatedAt()
String
getDescription()
Date
getEndDate()
Integer
getGroupId()
Integer
getId()
Integer
getIid()
List<String>
getLabels()
Date
getStartDate()
String
getTitle()
Date
getUpdatedAt()
void
setAuthor(Author author)
void
setCreatedAt(Date createdAt)
void
setDescription(String description)
void
setEndDate(Date endDate)
void
setGroupId(Integer groupId)
void
setId(Integer id)
void
setIid(Integer iid)
void
setLabels(List<String> labels)
void
setStartDate(Date startDate)
void
setTitle(String title)
void
setUpdatedAt(Date updatedAt)
String
toString()
Epic
withAuthor(Author author)
Epic
withDescription(String description)
Epic
withEndDate(Date endDate)
Epic
withLabels(List<String> labels)
Epic
withStartDate(Date startDate)
Epic
withTitle(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
-