Interface Condition.Builder

    • Method Detail

      • conditions

        Condition.Builder conditions​(Collection<SimpleCondition> conditions)

        The conditions to evaluate for the activity.

        Parameters:
        conditions - The conditions to evaluate for the activity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • conditions

        Condition.Builder conditions​(SimpleCondition... conditions)

        The conditions to evaluate for the activity.

        Parameters:
        conditions - The conditions to evaluate for the activity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operator

        Condition.Builder operator​(String operator)

        Specifies how to handle multiple conditions for the activity. For example, if you specify two conditions for an activity, whether both or only one of the conditions must be met for the activity to be performed.

        Parameters:
        operator - Specifies how to handle multiple conditions for the activity. For example, if you specify two conditions for an activity, whether both or only one of the conditions must be met for the activity to be performed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Operator, Operator
      • operator

        Condition.Builder operator​(Operator operator)

        Specifies how to handle multiple conditions for the activity. For example, if you specify two conditions for an activity, whether both or only one of the conditions must be met for the activity to be performed.

        Parameters:
        operator - Specifies how to handle multiple conditions for the activity. For example, if you specify two conditions for an activity, whether both or only one of the conditions must be met for the activity to be performed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Operator, Operator