Interface SearchSort.Builder

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

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

    • attribute

      SearchSort.Builder attribute(String attribute)

      The attribute detail of the way to sort search results.

      Parameters:
      attribute - The attribute detail of the way to sort search results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • order

      SearchSort.Builder order(String order)

      The order detail of the wya to sort search results.

      Parameters:
      order - The order detail of the wya to sort search results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • order

      The order detail of the wya to sort search results.

      Parameters:
      order - The order detail of the wya to sort search results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: