Klasse GetWhiteboardContentPropertiesByIdOperationSpec

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

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

Specification for the GetWhiteboardContentPropertiesById operation.

Get content property for whiteboard by id

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetWhiteboardContentPropertiesByIdOperationSpec

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

      @Internal public GetWhiteboardContentPropertiesByIdOperationSpec(Long whiteboardId, Long propertyId)
      Constructs a validated instance of GetWhiteboardContentPropertiesByIdOperationSpec.

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

      Parameter:
      whiteboardId - The ID of the whiteboard for which content properties should be returned.
      propertyId - The ID of the content property being requested.
    • GetWhiteboardContentPropertiesByIdOperationSpec

      protected GetWhiteboardContentPropertiesByIdOperationSpec()
  • Methodendetails