public class FieldSort extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldSort.Order |
| Constructor and Description |
|---|
FieldSort(String fieldName,
FieldSort.Order order) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
FieldSort.Order |
getOrder() |
public FieldSort(String fieldName, FieldSort.Order order)
public String getFieldName()
public FieldSort.Order getOrder()
Copyright © 2021 CodingZero. All rights reserved.