Klasse 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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedRemoveMemberFromSecurityLevelOperationSpec(String schemeId, String levelId, String memberId) Constructs a validated instance ofRemoveMemberFromSecurityLevelOperationSpec.RemoveMemberFromSecurityLevelOperationSpec(Consumer<RemoveMemberFromSecurityLevelOperationSpec> spec) Constructs a validated instance ofRemoveMemberFromSecurityLevelOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()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
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
RemoveMemberFromSecurityLevelOperationSpec
@Internal public RemoveMemberFromSecurityLevelOperationSpec(Consumer<RemoveMemberFromSecurityLevelOperationSpec> spec) Constructs a validated instance ofRemoveMemberFromSecurityLevelOperationSpec.- Parameter:
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.
- Parameter:
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()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
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.- Gibt zurück:
this.
-
levelId
The ID of the issue security level.- Gibt zurück:
this.
-
memberId
The ID of the issue security level member to be removed.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-