Klasse DeleteRelatedWorkOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteRelatedWorkOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteRelatedWorkOperationSpec
extends Object
DeleteRelatedWorkSpec
Specification for the DeleteRelatedWork operation.
Delete related work
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeleteRelatedWorkOperationSpec(String versionId, String relatedWorkId) Constructs a validated instance ofDeleteRelatedWorkOperationSpec.Constructs a validated instance ofDeleteRelatedWorkOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull StringThe ID of the related work to delete.relatedWorkId(@NotNull String relatedWorkId) The ID of the related work to delete.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@NotNull StringThe ID of the version that the target related work belongs to.The ID of the version that the target related work belongs to.
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
DeleteRelatedWorkOperationSpec
Constructs a validated instance ofDeleteRelatedWorkOperationSpec.- Parameter:
spec- the specification to process
-
DeleteRelatedWorkOperationSpec
Constructs a validated instance ofDeleteRelatedWorkOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
versionId- The ID of the version that the target related work belongs to.relatedWorkId- The ID of the related work to delete.
-
DeleteRelatedWorkOperationSpec
protected DeleteRelatedWorkOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
versionId
The ID of the version that the target related work belongs to. -
versionId
The ID of the version that the target related work belongs to.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-