public static class SortKeyRule.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SortKeyRule |
build() |
SortKeyRule.Builder |
copy(SortKeyRule model) |
SortKeyRule.Builder |
isAscending(Boolean isAscending)
Specifies if the sort key has ascending order.
|
SortKeyRule.Builder |
wrappedRule(ProjectionRule wrappedRule) |
public SortKeyRule.Builder wrappedRule(ProjectionRule wrappedRule)
public SortKeyRule.Builder isAscending(Boolean isAscending)
Specifies if the sort key has ascending order.
isAscending
- the value to setpublic SortKeyRule build()
public SortKeyRule.Builder copy(SortKeyRule model)
Copyright © 2016–2024. All rights reserved.