Package org.gitlab4j.api.webhook
Class EventLabel
java.lang.Object
org.gitlab4j.api.webhook.EventLabel
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()
getId()
getTitle()
getType()
void
void
setCreatedAt
(Date createdAt) void
setDescription
(String description) void
setGroupId
(Long groupId) void
void
setProjectId
(Long projectId) void
setTemplate
(Boolean template) void
void
setType
(EventLabel.LabelType type) void
setUpdatedAt
(Date updatedAt) toString()
-
Constructor Details
-
EventLabel
public EventLabel()
-
-
Method Details