Class AssociateSchemesToProjectsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AssociateSchemesToProjectsOperationSpec
(AssociateSecuritySchemeWithProjectDetails associateSecuritySchemeWithProjectDetails) Constructs a validated instance ofAssociateSchemesToProjectsOperationSpec
.Constructs a validated instance ofAssociateSchemesToProjectsOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionassociateSecuritySchemeWithProjectDetails
(@NotNull AssociateSecuritySchemeWithProjectDetails associateSecuritySchemeWithProjectDetails) builder()
protected boolean
boolean
int
hashCode()
toString()
void
validate()
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
-
AssociateSchemesToProjectsOperationSpec
@Internal public AssociateSchemesToProjectsOperationSpec(Consumer<AssociateSchemesToProjectsOperationSpec> spec) Constructs a validated instance ofAssociateSchemesToProjectsOperationSpec
.- Parameters:
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.
- Parameters:
associateSecuritySchemeWithProjectDetails
-
-
AssociateSchemesToProjectsOperationSpec
protected AssociateSchemesToProjectsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static AssociateSchemesToProjectsOperationSpec.AssociateSchemesToProjectsOperationSpecBuilder builder() -
associateSecuritySchemeWithProjectDetails
@NotNull public @NotNull AssociateSecuritySchemeWithProjectDetails associateSecuritySchemeWithProjectDetails() -
associateSecuritySchemeWithProjectDetails
public AssociateSchemesToProjectsOperationSpec associateSecuritySchemeWithProjectDetails(@NotNull @NotNull AssociateSecuritySchemeWithProjectDetails associateSecuritySchemeWithProjectDetails) - Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-