Package org.gitlab4j.api.models
Class ApprovalRuleParams
java.lang.Object
org.gitlab4j.api.models.ApprovalRuleParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetForm()
Get the form params specified by this instance.withApprovalsRequired
(Integer approvalsRequired) withGroupIds
(List<Long> groupIds) withUserIds
(List<Long> userIds)
-
Constructor Details
-
ApprovalRuleParams
public ApprovalRuleParams()
-
-
Method Details
-
withName
-
withApprovalsRequired
-
withUserIds
-
withGroupIds
-
getForm
Get the form params specified by this instance.- Returns:
- a GitLabApiForm instance holding the form parameters for this ApprovalRuleParams instance
-