Interface SlotSortBy.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SlotSortBy.Builder,SlotSortBy>, SdkBuilder<SlotSortBy.Builder,SlotSortBy>, SdkPojo
Enclosing class:
SlotSortBy

public static interface SlotSortBy.Builder extends SdkPojo, CopyableBuilder<SlotSortBy.Builder,SlotSortBy>
  • Method Details

    • attribute

      SlotSortBy.Builder attribute(String attribute)

      The attribute to use to sort the list.

      Parameters:
      attribute - The attribute to use to sort the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • attribute

      SlotSortBy.Builder attribute(SlotSortAttribute attribute)

      The attribute to use to sort the list.

      Parameters:
      attribute - The attribute to use to sort the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • order

      SlotSortBy.Builder order(String order)

      The order to sort the list. You can choose ascending or descending.

      Parameters:
      order - The order to sort the list. You can choose ascending or descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • order

      The order to sort the list. You can choose ascending or descending.

      Parameters:
      order - The order to sort the list. You can choose ascending or descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: