public class UploadPartsOrderField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UploadPartsOrderField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
by
The field to order by.
|
protected EnumWrapper<UploadPartsOrderDirectionField> |
direction
The direction to order by, either ascending or descending.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UploadPartsOrderField() |
protected |
UploadPartsOrderField(UploadPartsOrderField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBy() |
EnumWrapper<UploadPartsOrderDirectionField> |
getDirection() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<UploadPartsOrderDirectionField> direction
public UploadPartsOrderField()
protected UploadPartsOrderField(UploadPartsOrderField.Builder builder)
public EnumWrapper<UploadPartsOrderDirectionField> getDirection()