Interface SortObject.Builder

    • Method Detail

      • sortBy

        SortObject.Builder sortBy​(String sortBy)

        Specifies the field by which to sort the resource snapshot jobs.

        Parameters:
        sortBy - Specifies the field by which to sort the resource snapshot jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortBy, SortBy
      • sortBy

        SortObject.Builder sortBy​(SortBy sortBy)

        Specifies the field by which to sort the resource snapshot jobs.

        Parameters:
        sortBy - Specifies the field by which to sort the resource snapshot jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortBy, SortBy
      • sortOrder

        SortObject.Builder sortOrder​(String sortOrder)

        Determines the order in which the sorted results are presented.

        Parameters:
        sortOrder - Determines the order in which the sorted results are presented.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        SortObject.Builder sortOrder​(SortOrder sortOrder)

        Determines the order in which the sorted results are presented.

        Parameters:
        sortOrder - Determines the order in which the sorted results are presented.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder