Interface ConditionParameter.Builder

    • Method Detail

      • conditionKey

        ConditionParameter.Builder conditionKey​(String conditionKey)

        The key in a key-value pair. For example, in the tag Department: Accounting, Department is the key.

        Parameters:
        conditionKey - The key in a key-value pair. For example, in the tag Department: Accounting, Department is the key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • conditionValue

        ConditionParameter.Builder conditionValue​(String conditionValue)

        The value in a key-value pair. For example, in the tag Department: Accounting, Accounting is the value.

        Parameters:
        conditionValue - The value in a key-value pair. For example, in the tag Department: Accounting, Accounting is the value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.