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)
-
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getIid
public Integer getIid()
-
setIid
public void setIid(Integer iid)
-
getGroupId
public Integer getGroupId()
-
setGroupId
public void setGroupId(Integer groupId)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getAuthor
public Author getAuthor()
-
setAuthor
public void setAuthor(Author author)
-
getStartDate
public Date getStartDate()
-
setStartDate
public void setStartDate(Date startDate)
-
getEndDate
public Date getEndDate()
-
setEndDate
public void setEndDate(Date endDate)
-
getCreatedAt
public Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(Date createdAt)
-
getUpdatedAt
public Date getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
-
-