Package org.gitlab4j.api.webhook
Class EventIssue
java.lang.Object
org.gitlab4j.api.webhook.EventIssue
- Direct Known Subclasses:
IssueEvent.ObjectAttributes
public class EventIssue extends Object
-
Constructor Summary
Constructors Constructor Description EventIssue() -
Method Summary
Modifier and Type Method Description StringgetAction()IntegergetAssigneeId()IntegergetAuthorId()StringgetBranchName()DategetCreatedAt()StringgetDescription()IntegergetId()IntegergetIid()StringgetMilestoneId()IntegergetPosition()IntegergetProjectId()StringgetState()StringgetTitle()DategetUpdatedAt()StringgetUrl()voidsetAction(String action)voidsetAssigneeId(Integer assigneeId)voidsetAuthorId(Integer authorId)voidsetBranchName(String branchName)voidsetCreatedAt(Date createdAt)voidsetDescription(String description)voidsetId(Integer id)voidsetIid(Integer iid)voidsetMilestoneId(String milestoneId)voidsetPosition(Integer position)voidsetProjectId(Integer projectId)voidsetState(String state)voidsetTitle(String title)voidsetUpdatedAt(Date updatedAt)voidsetUrl(String url)StringtoString()
-
Constructor Details
-
EventIssue
public EventIssue()
-
-
Method Details
-
getAssigneeId
-
setAssigneeId
-
getAuthorId
-
setAuthorId
-
getBranchName
-
setBranchName
-
getCreatedAt
-
setCreatedAt
-
getDescription
-
setDescription
-
getId
-
setId
-
getIid
-
setIid
-
getMilestoneId
-
setMilestoneId
-
getPosition
-
setPosition
-
getProjectId
-
setProjectId
-
getState
-
setState
-
getTitle
-
setTitle
-
getUpdatedAt
-
setUpdatedAt
-
getUrl
-
setUrl
-
getAction
-
setAction
-
toString
-