Interface DataPathValue.Builder

    • Method Detail

      • fieldId

        DataPathValue.Builder fieldId​(String fieldId)

        The field ID of the field that needs to be sorted.

        Parameters:
        fieldId - The field ID of the field that needs to be sorted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldValue

        DataPathValue.Builder fieldValue​(String fieldValue)

        The actual value of the field that needs to be sorted.

        Parameters:
        fieldValue - The actual value of the field that needs to be sorted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataPathType

        DataPathValue.Builder dataPathType​(DataPathType dataPathType)

        The type configuration of the field.

        Parameters:
        dataPathType - The type configuration of the field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.