Klasse UpdateTaskByIdOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.UpdateTaskByIdOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateTaskByIdOperationSpec
extends Object
UpdateTaskByIdSpec
Specification for the UpdateTaskById operation.
Update inline task given global ID
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateTaskByIdOperationSpec(String inlineTaskId, TaskStatusUpdate taskStatusUpdate) Constructs a validated instance ofUpdateTaskByIdOperationSpec.Constructs a validated instance ofUpdateTaskByIdOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull StringGlobal ID of the inline task to updateinlineTaskId(@NotNull String inlineTaskId) Global ID of the inline task to update@NotNull TaskStatusUpdateThe updated task status.taskStatusUpdate(@NotNull TaskStatusUpdate taskStatusUpdate) The updated task status.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
-
UpdateTaskByIdOperationSpec
Constructs a validated instance ofUpdateTaskByIdOperationSpec.- Parameter:
spec- the specification to process
-
UpdateTaskByIdOperationSpec
@Internal public UpdateTaskByIdOperationSpec(String inlineTaskId, TaskStatusUpdate taskStatusUpdate) Constructs a validated instance ofUpdateTaskByIdOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
inlineTaskId- Global ID of the inline task to updatetaskStatusUpdate- The updated task status.
-
UpdateTaskByIdOperationSpec
protected UpdateTaskByIdOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
inlineTaskId
Global ID of the inline task to update -
taskStatusUpdate
The updated task status. -
inlineTaskId
Global ID of the inline task to update- Gibt zurück:
this.
-
taskStatusUpdate
public UpdateTaskByIdOperationSpec taskStatusUpdate(@NotNull @NotNull TaskStatusUpdate taskStatusUpdate) The updated task status.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-