Interface SortProperty.Builder

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

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

    • field

      The field to perform the sort on.

      Parameters:
      field - The field to perform the sort on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • direction

      SortProperty.Builder direction(String direction)

      The direction of the sort, either ascending or descending.

      Parameters:
      direction - The direction of the sort, either ascending or descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • direction

      SortProperty.Builder direction(SortDirection direction)

      The direction of the sort, either ascending or descending.

      Parameters:
      direction - The direction of the sort, either ascending or descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: