Klasse UpdateCustomContentOperationSpec

java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.UpdateCustomContentOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class UpdateCustomContentOperationSpec extends Object
UpdateCustomContentSpec

Specification for the UpdateCustomContent operation.

Update custom content

  • Felddetails

    • VALIDATION_ENABLED

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

    • UpdateCustomContentOperationSpec

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

      @Internal public UpdateCustomContentOperationSpec(Long id, UpdateCustomContentRequest updateCustomContentRequest)
      Constructs a validated instance of UpdateCustomContentOperationSpec.

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

      Parameter:
      id - The ID of the custom content to be updated. If you don't know the custom content ID, use Get Custom Content by Type and filter the results.
      updateCustomContentRequest -
    • UpdateCustomContentOperationSpec

      protected UpdateCustomContentOperationSpec()
  • Methodendetails