Klasse GetContentStateOperationSpec

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

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

Specification for the GetContentState operation.

Get content state

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetContentStateOperationSpec

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

      @Internal public GetContentStateOperationSpec(String id, String status)
      Constructs a validated instance of GetContentStateOperationSpec.

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

      Parameter:
      id - The id of the content whose content state is of interest.
      status - Set status to one of [current,draft,archived]. Default value is current.
    • GetContentStateOperationSpec

      protected GetContentStateOperationSpec()
  • Methodendetails