public static interface SlotTypeSortBy.Builder extends SdkPojo, CopyableBuilder<SlotTypeSortBy.Builder,SlotTypeSortBy>
| Modifier and Type | Method and Description |
|---|---|
SlotTypeSortBy.Builder |
attribute(SlotTypeSortAttribute attribute)
The attribute to use to sort the list of slot types.
|
SlotTypeSortBy.Builder |
attribute(String attribute)
The attribute to use to sort the list of slot types.
|
SlotTypeSortBy.Builder |
order(SortOrder order)
The order to sort the list.
|
SlotTypeSortBy.Builder |
order(String order)
The order to sort the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSlotTypeSortBy.Builder attribute(String attribute)
The attribute to use to sort the list of slot types.
attribute - The attribute to use to sort the list of slot types.SlotTypeSortAttribute,
SlotTypeSortAttributeSlotTypeSortBy.Builder attribute(SlotTypeSortAttribute attribute)
The attribute to use to sort the list of slot types.
attribute - The attribute to use to sort the list of slot types.SlotTypeSortAttribute,
SlotTypeSortAttributeSlotTypeSortBy.Builder order(String order)
The order to sort the list. You can say ascending or descending.
SlotTypeSortBy.Builder order(SortOrder order)
The order to sort the list. You can say ascending or descending.
Copyright © 2023. All rights reserved.