Package org.gitlab4j.api.models
Class Label
java.lang.Object
org.gitlab4j.api.models.Label
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()
getForm
(boolean isCreate) Get the form params specified by this instance.getId()
getName()
void
setClosedIssuesCount
(Integer closedIssuesCount) void
void
setDescription
(String description) void
void
void
setOpenIssuesCount
(Integer openIssuesCount) void
setOpenMergeRequestsCount
(Integer openMergeRequestsCount) void
setPriority
(Integer priority) void
setSubscribed
(Boolean subscribed) toString()
withDescription
(String description) withPriority
(Integer priority)
-
Constructor Details
-
Label
public Label()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
withName
-
getColor
-
setColor
-
withColor
-
getDescription
-
setDescription
-
withDescription
-
getOpenIssuesCount
-
setOpenIssuesCount
-
getClosedIssuesCount
-
setClosedIssuesCount
-
getOpenMergeRequestsCount
-
setOpenMergeRequestsCount
-
isSubscribed
-
setSubscribed
-
getPriority
-
setPriority
-
withPriority
-
toString
-
getForm
Get the form params specified by this instance.- Parameters:
isCreate
- set to true if the params are for a create label call, false for an update- Returns:
- a GitLabApiForm instance holding the form parameters for this LabelParams instance
-