Package org.gitlab4j.api.webhook
Class WikiPageEvent
java.lang.Object
org.gitlab4j.api.webhook.AbstractEvent
org.gitlab4j.api.webhook.WikiPageEvent
- All Implemented Interfaces:
Event
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUser()
getWiki()
void
setObjectAttributes
(WikiPageEvent.ObjectAttributes objectAttributes) void
setObjectKind
(String objectKind) void
setProject
(EventProject project) void
void
setWiki
(WikiPageEvent.Wiki wiki) toString()
Methods inherited from class org.gitlab4j.api.webhook.AbstractEvent
getRequestQueryString, getRequestSecretToken, getRequestUrl, setRequestQueryString, setRequestSecretToken, setRequestUrl
-
Field Details
-
X_GITLAB_EVENT
- See Also:
-
OBJECT_KIND
- See Also:
-
-
Constructor Details
-
WikiPageEvent
public WikiPageEvent()
-
-
Method Details