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 Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
RemoveMemberFromSecurityLevelOperationSpec
(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 boolean
boolean
int
hashCode()
@NotNull String
levelId()
The ID of the issue security level.The ID of the issue security level.@NotNull String
memberId()
The ID of the issue security level member to be removed.The ID of the issue security level member to be removed.@NotNull String
schemeId()
The ID of the issue security scheme.The ID of the issue security scheme.toString()
void
validate()
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
-