Package com.ibm.icu.message2
Class Mf2DataModel.Expression.Builder
java.lang.Object
com.ibm.icu.message2.Mf2DataModel.Expression.Builder
- Enclosing class:
Mf2DataModel.Expression
Deprecated.
This API is for technology preview only.
-
Method Summary
Modifier and TypeMethodDescriptionaddOption
(String key, Mf2DataModel.Value value) Deprecated.This API is for technology preview only.addOptions
(Map<String, Mf2DataModel.Value> otherOptions) Deprecated.This API is for technology preview only.build()
Deprecated.This API is for technology preview only.setFunctionName
(String functionName) Deprecated.This API is for technology preview only.setOperand
(Mf2DataModel.Value operand) Deprecated.This API is for technology preview only.
-
Method Details
-
setOperand
Deprecated.This API is for technology preview only. -
setFunctionName
Deprecated.This API is for technology preview only. -
addOption
Deprecated.This API is for technology preview only. -
addOptions
@Deprecated public Mf2DataModel.Expression.Builder addOptions(Map<String, Mf2DataModel.Value> otherOptions) Deprecated.This API is for technology preview only. -
build
Deprecated.This API is for technology preview only.
-