Klasse DeleteAndReplaceVersionOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteAndReplaceVersionOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteAndReplaceVersionOperationSpec
extends Object
DeleteAndReplaceVersionSpec
Specification for the DeleteAndReplaceVersion operation.
Delete and replace version
-
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
DeleteAndReplaceVersionOperationSpec
(String id, DeleteAndReplaceVersionBean deleteAndReplaceVersionBean) Constructs a validated instance ofDeleteAndReplaceVersionOperationSpec
.Constructs a validated instance ofDeleteAndReplaceVersionOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
@NotNull DeleteAndReplaceVersionBean
deleteAndReplaceVersionBean
(@NotNull DeleteAndReplaceVersionBean deleteAndReplaceVersionBean) boolean
int
hashCode()
@NotNull String
id()
The ID of the version.The ID of the version.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
-
DeleteAndReplaceVersionOperationSpec
@Internal public DeleteAndReplaceVersionOperationSpec(Consumer<DeleteAndReplaceVersionOperationSpec> spec) Constructs a validated instance ofDeleteAndReplaceVersionOperationSpec
.- Parameter:
spec
- the specification to process
-
DeleteAndReplaceVersionOperationSpec
@Internal public DeleteAndReplaceVersionOperationSpec(String id, DeleteAndReplaceVersionBean deleteAndReplaceVersionBean) Constructs a validated instance ofDeleteAndReplaceVersionOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id
- The ID of the version.deleteAndReplaceVersionBean
-
-
DeleteAndReplaceVersionOperationSpec
protected DeleteAndReplaceVersionOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DeleteAndReplaceVersionOperationSpec.DeleteAndReplaceVersionOperationSpecBuilder builder() -
id
The ID of the version. -
deleteAndReplaceVersionBean
-
id
The ID of the version.- Gibt zurück:
this
.
-
deleteAndReplaceVersionBean
public DeleteAndReplaceVersionOperationSpec deleteAndReplaceVersionBean(@NotNull @NotNull DeleteAndReplaceVersionBean deleteAndReplaceVersionBean) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-