Class SetProjectPropertyOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.SetProjectPropertyOperationSpec

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

Specification for the SetProjectProperty operation.

Set project property

  • Field Details

    • VALIDATION_ENABLED

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

    • SetProjectPropertyOperationSpec

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

      @Internal public SetProjectPropertyOperationSpec(String projectIdOrKey, String propertyKey, Object body)
      Constructs a validated instance of SetProjectPropertyOperationSpec.

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

      Parameters:
      projectIdOrKey - The project ID or project key (case sensitive).
      propertyKey - The key of the project property. The maximum length is 255 characters.
      body -
    • SetProjectPropertyOperationSpec

      protected SetProjectPropertyOperationSpec()
  • Method Details