Class RemoveMemberFromSecurityLevelOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.RemoveMemberFromSecurityLevelOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoveMemberFromSecurityLevelOperationSpec
extends Object
RemoveMemberFromSecurityLevelSpec
Specification for the RemoveMemberFromSecurityLevel operation.
Remove member from issue security level
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRemoveMemberFromSecurityLevelOperationSpec(String schemeId, String levelId, String memberId) Constructs a validated instance ofRemoveMemberFromSecurityLevelOperationSpec.RemoveMemberFromSecurityLevelOperationSpec(Consumer<RemoveMemberFromSecurityLevelOperationSpec> spec) Constructs a validated instance ofRemoveMemberFromSecurityLevelOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()@NotNull StringlevelId()The ID of the issue security level.The ID of the issue security level.@NotNull StringmemberId()The ID of the issue security level member to be removed.The ID of the issue security level member to be removed.@NotNull StringschemeId()The ID of the issue security scheme.The ID of the issue security scheme.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
RemoveMemberFromSecurityLevelOperationSpec
@Internal public RemoveMemberFromSecurityLevelOperationSpec(Consumer<RemoveMemberFromSecurityLevelOperationSpec> spec) Constructs a validated instance ofRemoveMemberFromSecurityLevelOperationSpec.- Parameters:
spec- the specification to process
-
RemoveMemberFromSecurityLevelOperationSpec
@Internal public RemoveMemberFromSecurityLevelOperationSpec(String schemeId, String levelId, String memberId) Constructs a validated instance ofRemoveMemberFromSecurityLevelOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
schemeId- The ID of the issue security scheme.levelId- The ID of the issue security level.memberId- The ID of the issue security level member to be removed.
-
RemoveMemberFromSecurityLevelOperationSpec
protected RemoveMemberFromSecurityLevelOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static RemoveMemberFromSecurityLevelOperationSpec.RemoveMemberFromSecurityLevelOperationSpecBuilder builder() -
schemeId
The ID of the issue security scheme. -
levelId
The ID of the issue security level. -
memberId
The ID of the issue security level member to be removed. -
schemeId
The ID of the issue security scheme.- Returns:
this.
-
levelId
The ID of the issue security level.- Returns:
this.
-
memberId
The ID of the issue security level member to be removed.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-