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()voidsetCreatedAt(Date createdAt) voidvoidsetEventName(String eventName) voidvoidsetOldUsername(String oldUsername) voidvoidsetUpdatedAt(Date updatedAt) voidvoidsetUsername(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