Package org.gitlab4j.api.models
Class Milestone
java.lang.Object
org.gitlab4j.api.models.Milestone
public class Milestone extends Object
-
Constructor Summary
Constructors Constructor Description Milestone()
-
Method Summary
Modifier and Type Method Description Date
getCreatedAt()
String
getDescription()
Date
getDueDate()
Long
getGroupId()
Long
getId()
Long
getIid()
Long
getProjectId()
Date
getStartDate()
String
getState()
String
getTitle()
Date
getUpdatedAt()
void
setCreatedAt(Date createdAt)
void
setDescription(String description)
void
setDueDate(Date dueDate)
void
setGroupId(Long groupId)
void
setId(Long id)
void
setIid(Long iid)
void
setProjectId(Long projectId)
void
setStartDate(Date startDate)
void
setState(String state)
void
setTitle(String title)
void
setUpdatedAt(Date updatedAt)
String
toString()
-
Constructor Details
-
Milestone
public Milestone()
-
-
Method Details