Package org.gitlab4j.api.systemhooks
Class KeySystemHookEvent
java.lang.Object
org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
org.gitlab4j.api.systemhooks.KeySystemHookEvent
- All Implemented Interfaces:
SystemHookEvent
public class KeySystemHookEvent extends AbstractSystemHookEvent
-
Field Summary
Fields Modifier and Type Field Description static StringKEY_CREATE_EVENTstatic StringKEY_DESTROY_EVENT -
Constructor Summary
Constructors Constructor Description KeySystemHookEvent() -
Method Summary
Modifier and Type Method Description DategetCreatedAt()StringgetEventName()IntegergetId()StringgetKey()DategetUpdatedAt()StringgetUsername()voidsetCreatedAt(Date createdAt)voidsetEventName(String eventName)voidsetId(Integer id)voidsetKey(String key)voidsetUpdatedAt(Date updatedAt)voidsetUsername(String username)StringtoString()Methods inherited from class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
getRequestQueryString, getRequestSecretToken, getRequestUrl, setRequestQueryString, setRequestSecretToken, setRequestUrl
-
Field Details
-
KEY_CREATE_EVENT
- See Also:
- Constant Field Values
-
KEY_DESTROY_EVENT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
KeySystemHookEvent
public KeySystemHookEvent()
-
-
Method Details