Class CreateGroupOperationSpec

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

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

Specification for the CreateGroup operation.

Create group

  • Field Details

    • VALIDATION_ENABLED

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

    • CreateGroupOperationSpec

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

      @Internal public CreateGroupOperationSpec(AddGroupBean addGroupBean)
      Constructs a validated instance of CreateGroupOperationSpec.

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

      Parameters:
      addGroupBean - The name of the group.
    • CreateGroupOperationSpec

      protected CreateGroupOperationSpec()
  • Method Details