Package org.gitlab4j.api.models
Class LabelEvent
java.lang.Object
org.gitlab4j.api.models.LabelEvent
public class LabelEvent extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LabelEvent.ResourceType
Enum to use for specifying the label event resource type. -
Constructor Summary
Constructors Constructor Description LabelEvent()
-
Method Summary
Modifier and Type Method Description String
getAction()
String
getCreatedAt()
Long
getId()
Label
getLabel()
Long
getResourceId()
LabelEvent.ResourceType
getResourceType()
User
getUser()
void
setAction(String action)
void
setCreatedAt(String createdAt)
void
setId(Long id)
void
setLabel(Label label)
void
setResourceId(Long resourceId)
void
setResourceType(LabelEvent.ResourceType resourceType)
void
setUser(User user)
String
toString()