Class JqlQueryOrderByClauseElement
java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlQueryOrderByClauseElement
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryOrderByClauseElement
extends Object
JqlQueryOrderByClauseElement
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe direction in which to order the results.static class -
Field Summary
FieldsModifier and TypeFieldDescriptionThe direction in which to order the results.protected JqlQueryField -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJqlQueryOrderByClauseElement(JqlQueryOrderByClauseElement.DirectionEnum direction, JqlQueryField field) Constructs a validated instance ofJqlQueryOrderByClauseElement.Constructs a validated instance ofJqlQueryOrderByClauseElement. -
Method Summary
-
Field Details
-
direction
The direction in which to order the results. -
field
-
-
Constructor Details
-
JqlQueryOrderByClauseElement
Constructs a validated instance ofJqlQueryOrderByClauseElement.- Parameters:
spec- the specification to process
-
JqlQueryOrderByClauseElement
@Internal public JqlQueryOrderByClauseElement(JqlQueryOrderByClauseElement.DirectionEnum direction, JqlQueryField field) Constructs a validated instance ofJqlQueryOrderByClauseElement.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JqlQueryOrderByClauseElement(Consumer)instead.- Parameters:
direction- The direction in which to order the results.field- field
-
JqlQueryOrderByClauseElement
protected JqlQueryOrderByClauseElement()
-
-
Method Details
-
builder
-
direction
The direction in which to order the results. -
field
-
direction
The direction in which to order the results.- Returns:
this.
-
field
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-