Package org.gitlab4j.api.systemhooks
Class GroupSystemHookEvent
- java.lang.Object
-
- org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
-
- org.gitlab4j.api.systemhooks.GroupSystemHookEvent
-
- All Implemented Interfaces:
SystemHookEvent
public class GroupSystemHookEvent extends AbstractSystemHookEvent
-
-
Field Summary
Fields Modifier and Type Field Description static StringGROUP_CREATE_EVENTstatic StringGROUP_DESTROY_EVENTstatic StringGROUP_RENAME_EVENT
-
Constructor Summary
Constructors Constructor Description GroupSystemHookEvent()
-
Method Summary
Modifier and Type Method Description DategetCreatedAt()StringgetEventName()StringgetFullPath()IntegergetGroupId()StringgetName()StringgetOldFullPath()StringgetOldPath()StringgetOwnerEmail()StringgetOwnerName()StringgetPath()DategetUpdatedAt()voidsetCreatedAt(Date createdAt)voidsetEventName(String eventName)voidsetFullPath(String fullPath)voidsetGroupId(Integer groupId)voidsetName(String name)voidsetOldFullPath(String oldFullPath)voidsetOldPath(String oldPath)voidsetOwnerEmail(String ownerEmail)voidsetOwnerName(String ownerName)voidsetPath(String path)voidsetUpdatedAt(Date updatedAt)StringtoString()-
Methods inherited from class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
getRequestQueryString, getRequestUrl, setRequestQueryString, setRequestUrl
-
-
-
-
Field Detail
-
GROUP_CREATE_EVENT
public static final String GROUP_CREATE_EVENT
- See Also:
- Constant Field Values
-
GROUP_DESTROY_EVENT
public static final String GROUP_DESTROY_EVENT
- See Also:
- Constant Field Values
-
GROUP_RENAME_EVENT
public static final String GROUP_RENAME_EVENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreatedAt
public Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(Date createdAt)
-
getUpdatedAt
public Date getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
-
getEventName
public String getEventName()
-
setEventName
public void setEventName(String eventName)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getFullPath
public String getFullPath()
-
setFullPath
public void setFullPath(String fullPath)
-
getGroupId
public Integer getGroupId()
-
setGroupId
public void setGroupId(Integer groupId)
-
getOwnerEmail
public String getOwnerEmail()
-
setOwnerEmail
public void setOwnerEmail(String ownerEmail)
-
getOwnerName
public String getOwnerName()
-
setOwnerName
public void setOwnerName(String ownerName)
-
getOldPath
public String getOldPath()
-
setOldPath
public void setOldPath(String oldPath)
-
getOldFullPath
public String getOldFullPath()
-
setOldFullPath
public void setOldFullPath(String oldFullPath)
-
-