Class TrashCustomFieldOperationSpec

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

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

Specification for the TrashCustomField operation.

Move custom field to trash

  • Field Details

    • VALIDATION_ENABLED

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

    • TrashCustomFieldOperationSpec

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

      @Internal public TrashCustomFieldOperationSpec(String id)
      Constructs a validated instance of TrashCustomFieldOperationSpec.

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

      Parameters:
      id - The ID of a custom field.
    • TrashCustomFieldOperationSpec

      protected TrashCustomFieldOperationSpec()
  • Method Details