Class MoveVersionOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.MoveVersionOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MoveVersionOperationSpec
extends Object
MoveVersionSpec
Specification for the MoveVersion operation.
Move version
-
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
ConstructorsModifierConstructorDescriptionprotectedMoveVersionOperationSpec(String id, VersionMoveBean versionMoveBean) Constructs a validated instance ofMoveVersionOperationSpec.Constructs a validated instance ofMoveVersionOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()@NotNull Stringid()The ID of the version to be moved.The ID of the version to be moved.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@NotNull VersionMoveBeanversionMoveBean(@NotNull VersionMoveBean versionMoveBean)
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
MoveVersionOperationSpec
Constructs a validated instance ofMoveVersionOperationSpec.- Parameters:
spec- the specification to process
-
MoveVersionOperationSpec
Constructs a validated instance ofMoveVersionOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
id- The ID of the version to be moved.versionMoveBean-
-
MoveVersionOperationSpec
protected MoveVersionOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
id
The ID of the version to be moved. -
versionMoveBean
-
id
The ID of the version to be moved.- Returns:
this.
-
versionMoveBean
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-