Uses of Class
io.dialob.program.expr.arith.ImmutableIsAnsweredOperator.Builder
-
Packages that use ImmutableIsAnsweredOperator.Builder Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableIsAnsweredOperator.Builder in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableIsAnsweredOperator.Builder Modifier and Type Method Description static ImmutableIsAnsweredOperator.BuilderImmutableIsAnsweredOperator. builder()Creates a builder forImmutableIsAnsweredOperator.ImmutableIsAnsweredOperator.BuilderImmutableIsAnsweredOperator.Builder. from(IsAnsweredOperator instance)Fill a builder with attribute values from the providedIsAnsweredOperatorinstance.ImmutableIsAnsweredOperator.BuilderImmutableIsAnsweredOperator.Builder. questionId(ItemId questionId)Initializes the value for thequestionIdattribute.
-