Class WorkflowStatusLayout
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowStatusLayout
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowStatusLayout
extends Object
WorkflowStatusLayout
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkflowStatusLayout(Double x, Double y) Constructs a validated instance ofWorkflowStatusLayout.Constructs a validated instance ofWorkflowStatusLayout. -
Method Summary
-
Field Details
-
x
The x axis location. -
y
The y axis location.
-
-
Constructor Details
-
WorkflowStatusLayout
Constructs a validated instance ofWorkflowStatusLayout.- Parameters:
spec- the specification to process
-
WorkflowStatusLayout
Constructs a validated instance ofWorkflowStatusLayout.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowStatusLayout(Consumer)instead.- Parameters:
x- The x axis location.y- The y axis location.
-
WorkflowStatusLayout
protected WorkflowStatusLayout()
-
-
Method Details