Class JqlQueryOrderByClause
java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlQueryOrderByClause
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryOrderByClause
extends Object
JqlQueryOrderByClause
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<JqlQueryOrderByClauseElement>The list of order-by clause fields and their ordering directives. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofJqlQueryOrderByClause.Constructs a validated instance ofJqlQueryOrderByClause. -
Method Summary
-
Field Details
-
fields
The list of order-by clause fields and their ordering directives.
-
-
Constructor Details
-
JqlQueryOrderByClause
Constructs a validated instance ofJqlQueryOrderByClause.- Parameters:
spec- the specification to process
-
JqlQueryOrderByClause
Constructs a validated instance ofJqlQueryOrderByClause.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JqlQueryOrderByClause(Consumer)instead.- Parameters:
fields- The list of order-by clause fields and their ordering directives.
-
JqlQueryOrderByClause
protected JqlQueryOrderByClause()
-
-
Method Details
-
builder
-
fields
The list of order-by clause fields and their ordering directives. -
fields
The list of order-by clause fields and their ordering directives.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-