Klasse GetWhiteboardAncestorsOperationSpec

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

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

Specification for the GetWhiteboardAncestors operation.

Get all ancestors of the whiteboard

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetWhiteboardAncestorsOperationSpec

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

      @Internal public GetWhiteboardAncestorsOperationSpec(Long id, Integer limit)
      Constructs a validated instance of GetWhiteboardAncestorsOperationSpec.

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

      Parameter:
      id - The ID of the whiteboard.
      limit - Maximum number of items per result to return. If more results exist, call the endpoint with the highest ancestor's ID to fetch the next set of results.
    • GetWhiteboardAncestorsOperationSpec

      protected GetWhiteboardAncestorsOperationSpec()
  • Methodendetails