Package com.sap.ai.sdk.grounding.model
Interface Right1.Builder
- Enclosing class:
Right1
public static interface Right1.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionoperator(Right1.OperatorEnum operator) Set the operator of thisRight1instance.
-
Method Details
-
operator
Set the operator of thisRight1instance.- Parameters:
operator- Boolean operator for combining filter conditions- Returns:
- The Right1 builder.
-