Interface SortCondition.Builder

  • Method Details

    • name

      Field to be used for sorting the list of domains. It can be either the name or the expiration for a domain. Note that if filterCondition is used in the same ListDomains call, the field used for sorting has to be the same as the field used for filtering.

      Parameters:
      name - Field to be used for sorting the list of domains. It can be either the name or the expiration for a domain. Note that if filterCondition is used in the same ListDomains call, the field used for sorting has to be the same as the field used for filtering.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      Field to be used for sorting the list of domains. It can be either the name or the expiration for a domain. Note that if filterCondition is used in the same ListDomains call, the field used for sorting has to be the same as the field used for filtering.

      Parameters:
      name - Field to be used for sorting the list of domains. It can be either the name or the expiration for a domain. Note that if filterCondition is used in the same ListDomains call, the field used for sorting has to be the same as the field used for filtering.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      SortCondition.Builder sortOrder(String sortOrder)

      The sort order for a list of domains. Either ascending (ASC) or descending (DES).

      Parameters:
      sortOrder - The sort order for a list of domains. Either ascending (ASC) or descending (DES).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      SortCondition.Builder sortOrder(SortOrder sortOrder)

      The sort order for a list of domains. Either ascending (ASC) or descending (DES).

      Parameters:
      sortOrder - The sort order for a list of domains. Either ascending (ASC) or descending (DES).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: