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

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • UpdateTaskByIdOperationSpec

      @Internal public UpdateTaskByIdOperationSpec(Consumer<UpdateTaskByIdOperationSpec> spec)
      Constructs a validated instance of UpdateTaskByIdOperationSpec.
      Parameter:
      spec - the specification to process
    • UpdateTaskByIdOperationSpec

      @Internal public UpdateTaskByIdOperationSpec(String inlineTaskId, TaskStatusUpdate taskStatusUpdate)
      Constructs a validated instance of UpdateTaskByIdOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      inlineTaskId - Global ID of the inline task to update
      taskStatusUpdate - The updated task status.
    • UpdateTaskByIdOperationSpec

      protected UpdateTaskByIdOperationSpec()
  • Methodendetails