Klasse GetAllLabelContentOperationSpec

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

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

Specification for the GetAllLabelContent operation.

Get label information

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetAllLabelContentOperationSpec

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

      @Internal public GetAllLabelContentOperationSpec(String name, String type, Integer start, Integer limit)
      Constructs a validated instance of GetAllLabelContentOperationSpec.

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

      Parameter:
      name - Name of the label to query.
      type - The type of contents that are to be returned.
      start - The starting offset for the results.
      limit - The number of results to be returned.
    • GetAllLabelContentOperationSpec

      protected GetAllLabelContentOperationSpec()
  • Methodendetails