Class WorkflowLayout

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

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

    • x

      protected Double x
      The x axis location.
    • y

      protected Double y
      The y axis location.
  • Constructor Details

    • WorkflowLayout

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

      @Internal public WorkflowLayout(Double x, Double y)
      Constructs a validated instance of WorkflowLayout.

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

      Parameters:
      x - The x axis location.
      y - The y axis location.
    • WorkflowLayout

      protected WorkflowLayout()
  • Method Details