Package org.gitlab4j.api.systemhooks
Class UserSystemHookEvent
java.lang.Object
org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
org.gitlab4j.api.systemhooks.UserSystemHookEvent
- All Implemented Interfaces:
SystemHookEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
getName()
getState()
void
setCreatedAt
(Date createdAt) void
void
setEventName
(String eventName) void
void
setOldUsername
(String oldUsername) void
void
setUpdatedAt
(Date updatedAt) void
void
setUsername
(String username) toString()
Methods inherited from class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
getRequestQueryString, getRequestSecretToken, getRequestUrl, setRequestQueryString, setRequestSecretToken, setRequestUrl
-
Field Details
-
USER_CREATE_EVENT
- See Also:
-
USER_DESTROY_EVENT
- See Also:
-
USER_RENAME_EVENT
- See Also:
-
USER_FAILED_LOGIN_EVENT
- See Also:
-
-
Constructor Details
-
UserSystemHookEvent
public UserSystemHookEvent()
-
-
Method Details