Package org.gitlab4j.api.webhook
Class NoteEvent
java.lang.Object
org.gitlab4j.api.webhook.AbstractEvent
org.gitlab4j.api.webhook.NoteEvent
- All Implemented Interfaces:
Event
public class NoteEvent extends AbstractEvent
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNoteEvent.NoteableTypestatic classNoteEvent.ObjectAttributes -
Field Summary
Fields Modifier and Type Field Description static StringOBJECT_KINDstatic StringX_GITLAB_EVENT -
Constructor Summary
Constructors Constructor Description NoteEvent() -
Method Summary
Modifier and Type Method Description EventCommitgetCommit()EventIssuegetIssue()EventMergeRequestgetMergeRequest()NoteEvent.ObjectAttributesgetObjectAttributes()StringgetObjectKind()EventProjectgetProject()LonggetProjectId()EventRepositorygetRepository()EventSnippetgetSnippet()UsergetUser()voidsetCommit(EventCommit commit)voidsetIssue(EventIssue issue)voidsetMergeRequest(EventMergeRequest mergeRequest)voidsetObjectAttributes(NoteEvent.ObjectAttributes objectAttributes)voidsetObjectKind(String objectKind)voidsetProject(EventProject project)voidsetProjectId(Long projectId)voidsetRepository(EventRepository repository)voidsetSnippet(EventSnippet snippet)voidsetUser(User user)StringtoString()Methods inherited from class org.gitlab4j.api.webhook.AbstractEvent
getRequestQueryString, getRequestSecretToken, getRequestUrl, setRequestQueryString, setRequestSecretToken, setRequestUrl
-
Field Details
-
X_GITLAB_EVENT
- See Also:
- Constant Field Values
-
OBJECT_KIND
- See Also:
- Constant Field Values
-
-
Constructor Details
-
NoteEvent
public NoteEvent()
-
-
Method Details