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 classLabelEvent.ResourceTypeEnum to use for specifying the label event resource type. -
Constructor Summary
Constructors Constructor Description LabelEvent() -
Method Summary
Modifier and Type Method Description StringgetAction()StringgetCreatedAt()LonggetId()LabelgetLabel()LonggetResourceId()LabelEvent.ResourceTypegetResourceType()UsergetUser()voidsetAction(String action)voidsetCreatedAt(String createdAt)voidsetId(Long id)voidsetLabel(Label label)voidsetResourceId(Long resourceId)voidsetResourceType(LabelEvent.ResourceType resourceType)voidsetUser(User user)StringtoString()