public static interface SlotSortBy.Builder extends SdkPojo, CopyableBuilder<SlotSortBy.Builder,SlotSortBy>
| Modifier and Type | Method and Description |
|---|---|
SlotSortBy.Builder |
attribute(SlotSortAttribute attribute)
The attribute to use to sort the list.
|
SlotSortBy.Builder |
attribute(String attribute)
The attribute to use to sort the list.
|
SlotSortBy.Builder |
order(SortOrder order)
The order to sort the list.
|
SlotSortBy.Builder |
order(String order)
The order to sort the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSlotSortBy.Builder attribute(String attribute)
The attribute to use to sort the list.
attribute - The attribute to use to sort the list.SlotSortAttribute,
SlotSortAttributeSlotSortBy.Builder attribute(SlotSortAttribute attribute)
The attribute to use to sort the list.
attribute - The attribute to use to sort the list.SlotSortAttribute,
SlotSortAttributeSlotSortBy.Builder order(String order)
The order to sort the list. You can choose ascending or descending.
SlotSortBy.Builder order(SortOrder order)
The order to sort the list. You can choose ascending or descending.
Copyright © 2022. All rights reserved.