Package org.gitlab4j.api.models
Class Event
java.lang.Object
org.gitlab4j.api.models.Event
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()getId()getNote()getTitle()voidsetActionName(String actionName) voidvoidsetAuthorId(Long authorId) voidsetAuthorUsername(String authorUsername) voidsetCreatedAt(Date createdAt) voidvoidvoidvoidsetProjectId(Long projectId) voidsetPushData(PushData pushData) voidsetTargetId(Long targetId) voidsetTargetIid(Long targetIid) voidsetTargetTitle(String targetTitle) voidsetTargetType(Constants.TargetType targetType) voidtoString()withActionName(String actionName) withAuthor(Author author) withAuthorId(Long authorId) withAuthorUsername(String authorUsername) withCreatedAt(Date createdAt) withProjectId(Long projectId) withTargetId(Long targetId) withTargetIid(Long targetIid) withTargetTitle(String targetTitle) withTargetType(Constants.TargetType targetType)
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getId
-
setId
-
getActionName
-
setActionName
-
getAuthor
-
setAuthor
-
getAuthorId
-
setAuthorId
-
getAuthorUsername
-
setAuthorUsername
-
getData
-
setData
-
getProjectId
-
setProjectId
-
getTargetId
-
setTargetId
-
getTargetIid
-
setTargetIid
-
getTargetTitle
-
setTargetTitle
-
getTargetType
-
setTargetType
-
getTitle
-
setTitle
-
getCreatedAt
-
setCreatedAt
-
getNote
-
setNote
-
getPushData
-
setPushData
-
withActionName
-
withAuthor
-
withAuthorId
-
withAuthorUsername
-
withData
-
withProjectId
-
withTargetId
-
withTargetIid
-
withTargetTitle
-
withTargetType
-
withTitle
-
withCreatedAt
-
toString
-