Package org.gitlab4j.api.models
Class Event
java.lang.Object
org.gitlab4j.api.models.Event
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()
getNote()
getTitle()
void
setActionName
(String actionName) void
void
setAuthorId
(Long authorId) void
setAuthorUsername
(String authorUsername) void
setCreatedAt
(Date createdAt) void
void
void
setProjectId
(Long projectId) void
setPushData
(PushData pushData) void
setTargetId
(Long targetId) void
setTargetIid
(Long targetIid) void
setTargetTitle
(String targetTitle) void
setTargetType
(Constants.TargetType targetType) void
toString()
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
-
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
-