Package org.gitlab4j.api.webhook
Class EventLabel
java.lang.Object
org.gitlab4j.api.webhook.EventLabel
public class EventLabel extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EventLabel.LabelType
-
Constructor Summary
Constructors Constructor Description EventLabel()
-
Method Summary
Modifier and Type Method Description String
getColor()
Date
getCreatedAt()
String
getDescription()
Integer
getGroupId()
Integer
getId()
Integer
getProjectId()
Boolean
getTemplate()
String
getTitle()
EventLabel.LabelType
getType()
Date
getUpdatedAt()
void
setColor(String color)
void
setCreatedAt(Date createdAt)
void
setDescription(String description)
void
setGroupId(Integer groupId)
void
setId(Integer id)
void
setProjectId(Integer projectId)
void
setTemplate(Boolean template)
void
setTitle(String title)
void
setType(EventLabel.LabelType type)
void
setUpdatedAt(Date updatedAt)
String
toString()
-
Constructor Details
-
EventLabel
public EventLabel()
-
-
Method Details