Package org.gitlab4j.api.webhook
Class IssueEvent.ObjectAttributes
- java.lang.Object
-
- org.gitlab4j.api.webhook.EventIssue
-
- org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
-
- Enclosing class:
- IssueEvent
public static class IssueEvent.ObjectAttributes extends EventIssue
-
-
Constructor Summary
Constructors Constructor Description ObjectAttributes()
-
Method Summary
-
Methods inherited from class org.gitlab4j.api.webhook.EventIssue
getAction, getAssigneeId, getAuthorId, getBranchName, getCreatedAt, getDescription, getId, getIid, getMilestoneId, getPosition, getProjectId, getState, getTitle, getUpdatedAt, getUrl, setAction, setAssigneeId, setAuthorId, setBranchName, setCreatedAt, setDescription, setId, setIid, setMilestoneId, setPosition, setProjectId, setState, setTitle, setUpdatedAt, setUrl, toString
-
-