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 String
USER_CREATE_EVENT
static String
USER_DESTROY_EVENT
static String
USER_FAILED_LOGIN_EVENT
static String
USER_RENAME_EVENT
-
Constructor Summary
Constructors Constructor Description UserSystemHookEvent()
-
Method Summary
Modifier and Type Method Description Date
getCreatedAt()
String
getEmail()
String
getEventName()
String
getName()
String
getOldUsername()
String
getState()
Date
getUpdatedAt()
Integer
getUserId()
String
getUsername()
void
setCreatedAt(Date createdAt)
void
setEmail(String email)
void
setEventName(String eventName)
void
setName(String name)
void
setOldUsername(String oldUsername)
void
setState(String state)
void
setUpdatedAt(Date updatedAt)
void
setUserId(Integer userId)
void
setUsername(String username)
String
toString()
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