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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
Deprecated.private Mf2DataModel.Value
Deprecated.private final Mf2DataModel.OrderedMap<String,
Mf2DataModel.Value> Deprecated. -
Constructor Summary
Constructors -
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.
-
Field Details
-
operand
Deprecated. -
functionName
Deprecated. -
options
Deprecated.
-
-
Constructor Details
-
Builder
private Builder()Deprecated.
-
-
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.
-