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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WorkflowLayout
(Double x, Double y) Constructs a validated instance ofWorkflowLayout
.WorkflowLayout
(Consumer<WorkflowLayout> spec) Constructs a validated instance ofWorkflowLayout
. -
Method Summary
-
Field Details
-
x
The x axis location. -
y
The y axis location.
-
-
Constructor Details
-
WorkflowLayout
Constructs a validated instance ofWorkflowLayout
.- Parameters:
spec
- the specification to process
-
WorkflowLayout
Constructs a validated instance ofWorkflowLayout
.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