Klasse JqlQueryOrderByClauseElement
java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlQueryOrderByClauseElement
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryOrderByClauseElement
extends Object
JqlQueryOrderByClauseElement
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
The direction in which to order the results.static class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe direction in which to order the results.protected JqlQueryField
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
JqlQueryOrderByClauseElement
(JqlQueryOrderByClauseElement.DirectionEnum direction, JqlQueryField field) Constructs a validated instance ofJqlQueryOrderByClauseElement
.Constructs a validated instance ofJqlQueryOrderByClauseElement
. -
Methodenübersicht
-
Felddetails
-
direction
The direction in which to order the results. -
field
-
-
Konstruktordetails
-
JqlQueryOrderByClauseElement
Constructs a validated instance ofJqlQueryOrderByClauseElement
.- Parameter:
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.- Parameter:
direction
- The direction in which to order the results.field
- var.name
-
JqlQueryOrderByClauseElement
protected JqlQueryOrderByClauseElement()
-
-
Methodendetails
-
builder
-
direction
The direction in which to order the results. -
field
-
direction
The direction in which to order the results.- Gibt zurück:
this
.
-
field
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-