public abstract class Sort extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Sort.Builder |
| Constructor and Description |
|---|
Sort() |
| Modifier and Type | Method and Description |
|---|---|
static Sort.Builder |
builder() |
static Sort |
create(List<SortOrder> newOrders) |
abstract List<SortOrder> |
getOrders() |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.