Klasse AddLabelsToContentRequest

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.AddLabelsToContentRequest

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class AddLabelsToContentRequest extends Object
AddLabelsToContentRequest
  • Felddetails

    • prefix

      protected String prefix
      The prefix for the label. global, my team, etc.
    • name

      protected String name
      The name of the label, which will be shown in the UI.
  • Konstruktordetails

    • AddLabelsToContentRequest

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

      @Internal public AddLabelsToContentRequest(String prefix, String name)
      Constructs a validated instance of AddLabelsToContentRequest.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using AddLabelsToContentRequest(Consumer) instead.

      Parameter:
      prefix - The prefix for the label. global, my team, etc.
      name - The name of the label, which will be shown in the UI.
    • AddLabelsToContentRequest

      protected AddLabelsToContentRequest()
  • Methodendetails