Class Operations

java.lang.Object
io.github.primelib.jira4j.restv3.model.Operations

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

    • linkGroups

      protected List<LinkGroup> linkGroups
      Details of the link groups defining issue operations.
  • Constructor Details

    • Operations

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

      @Internal public Operations(List<LinkGroup> linkGroups)
      Constructs a validated instance of Operations.

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

      Parameters:
      linkGroups - Details of the link groups defining issue operations.
    • Operations

      protected Operations()
  • Method Details