Package org.gitlab4j.api.webhook
Class IssueChanges
java.lang.Object
org.gitlab4j.api.webhook.EventChanges
org.gitlab4j.api.webhook.IssueChanges
public class IssueChanges extends EventChanges
-
Constructor Summary
Constructors Constructor Description IssueChanges()
-
Method Summary
Modifier and Type Method Description ChangeContainer<Boolean>
getConfidential()
ChangeContainer<Date>
getDueDate()
void
setConfidential(ChangeContainer<Boolean> confidential)
void
setDueDate(ChangeContainer<Date> dueDate)
Methods inherited from class org.gitlab4j.api.webhook.EventChanges
any, get, getAssignees, getAuthorId, getCreatedAt, getDescription, getLabels, getMilestoneId, getState, getTitle, getTotalTimeSpent, getUpdatedAt, getUpdatedById, set, setAssignees, setAuthorId, setCreatedAt, setDescription, setLabels, setMilestoneId, setState, setTitle, setTotalTimeSpent, setUpdatedAt, setUpdatedById, toString
-
Constructor Details
-
IssueChanges
public IssueChanges()
-
-
Method Details
-
getDueDate
-
setDueDate
-
getConfidential
-
setConfidential
-