Package org.gitlab4j.api.systemhooks
Class UserSystemHookEvent
java.lang.Object
org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
org.gitlab4j.api.systemhooks.UserSystemHookEvent
- All Implemented Interfaces:
SystemHookEvent
public class UserSystemHookEvent extends AbstractSystemHookEvent
-
Field Summary
Fields Modifier and Type Field Description static StringUSER_CREATE_EVENTstatic StringUSER_DESTROY_EVENTstatic StringUSER_FAILED_LOGIN_EVENTstatic StringUSER_RENAME_EVENT -
Constructor Summary
Constructors Constructor Description UserSystemHookEvent() -
Method Summary
Modifier and Type Method Description DategetCreatedAt()StringgetEmail()StringgetEventName()StringgetName()StringgetOldUsername()StringgetState()DategetUpdatedAt()IntegergetUserId()StringgetUsername()voidsetCreatedAt(Date createdAt)voidsetEmail(String email)voidsetEventName(String eventName)voidsetName(String name)voidsetOldUsername(String oldUsername)voidsetState(String state)voidsetUpdatedAt(Date updatedAt)voidsetUserId(Integer userId)voidsetUsername(String username)StringtoString()Methods inherited from class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
getRequestQueryString, getRequestSecretToken, getRequestUrl, setRequestQueryString, setRequestSecretToken, setRequestUrl
-
Field Details
-
USER_CREATE_EVENT
- See Also:
- Constant Field Values
-
USER_DESTROY_EVENT
- See Also:
- Constant Field Values
-
USER_RENAME_EVENT
- See Also:
- Constant Field Values
-
USER_FAILED_LOGIN_EVENT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
UserSystemHookEvent
public UserSystemHookEvent()
-
-
Method Details