Klasse UpdateSpacePropertyOperationSpec

java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.UpdateSpacePropertyOperationSpec

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

Specification for the UpdateSpaceProperty operation.

Update space property

  • Felddetails

    • VALIDATION_ENABLED

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

    • UpdateSpacePropertyOperationSpec

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

      @Internal public UpdateSpacePropertyOperationSpec(String spaceKey, String key, SpacePropertyUpdate body)
      Constructs a validated instance of UpdateSpacePropertyOperationSpec.

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

      Parameter:
      spaceKey - The key of the space that the property is in.
      key - The key of the property to be updated.
      body - The space property being updated.
    • UpdateSpacePropertyOperationSpec

      protected UpdateSpacePropertyOperationSpec()
  • Methodendetails