Klasse AssociateSchemesToProjectsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.AssociateSchemesToProjectsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AssociateSchemesToProjectsOperationSpec
extends Object
AssociateSchemesToProjectsSpec
Specification for the AssociateSchemesToProjects operation.
Associate security scheme to project
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAssociateSchemesToProjectsOperationSpec(AssociateSecuritySchemeWithProjectDetails associateSecuritySchemeWithProjectDetails) Constructs a validated instance ofAssociateSchemesToProjectsOperationSpec.Constructs a validated instance ofAssociateSchemesToProjectsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungassociateSecuritySchemeWithProjectDetails(@NotNull AssociateSecuritySchemeWithProjectDetails associateSecuritySchemeWithProjectDetails) builder()protected booleanbooleaninthashCode()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
-
AssociateSchemesToProjectsOperationSpec
@Internal public AssociateSchemesToProjectsOperationSpec(Consumer<AssociateSchemesToProjectsOperationSpec> spec) Constructs a validated instance ofAssociateSchemesToProjectsOperationSpec.- Parameter:
spec- the specification to process
-
AssociateSchemesToProjectsOperationSpec
@Internal public AssociateSchemesToProjectsOperationSpec(AssociateSecuritySchemeWithProjectDetails associateSecuritySchemeWithProjectDetails) Constructs a validated instance ofAssociateSchemesToProjectsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
associateSecuritySchemeWithProjectDetails-
-
AssociateSchemesToProjectsOperationSpec
protected AssociateSchemesToProjectsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static AssociateSchemesToProjectsOperationSpec.AssociateSchemesToProjectsOperationSpecBuilder builder() -
associateSecuritySchemeWithProjectDetails
@NotNull public @NotNull AssociateSecuritySchemeWithProjectDetails associateSecuritySchemeWithProjectDetails() -
associateSecuritySchemeWithProjectDetails
public AssociateSchemesToProjectsOperationSpec associateSecuritySchemeWithProjectDetails(@NotNull @NotNull AssociateSecuritySchemeWithProjectDetails associateSecuritySchemeWithProjectDetails) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-