Class FieldUpdateOperation

java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldUpdateOperation

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class FieldUpdateOperation extends Object
FieldUpdateOperation
  • Field Details

    • add

      protected Object add
      The value to add to the field.
    • copy

      protected Object copy
      The field value to copy from another issue.
    • edit

      protected Object edit
      The value to edit in the field.
    • remove

      protected Object remove
      The value to removed from the field.
    • set

      protected Object set
      The value to set in the field.
  • Constructor Details

    • FieldUpdateOperation

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

      @Internal public FieldUpdateOperation(Object add, Object copy, Object edit, Object remove, Object set)
      Constructs a validated instance of FieldUpdateOperation.

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

      Parameters:
      add - The value to add to the field.
      copy - The field value to copy from another issue.
      edit - The value to edit in the field.
      remove - The value to removed from the field.
      set - The value to set in the field.
    • FieldUpdateOperation

      protected FieldUpdateOperation()
  • Method Details