Uses of Class
com.ibm.icu.message2.Mf2DataModel.Expression.Builder
-
Packages that use Mf2DataModel.Expression.Builder Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of Mf2DataModel.Expression.Builder in com.ibm.icu.message2
Methods in com.ibm.icu.message2 that return Mf2DataModel.Expression.Builder Modifier and Type Method Description Mf2DataModel.Expression.Builder
Mf2DataModel.Expression.Builder. addOption(java.lang.String key, Mf2DataModel.Value value)
Deprecated.This API is for technology preview only.Mf2DataModel.Expression.Builder
Mf2DataModel.Expression.Builder. addOptions(java.util.Map<java.lang.String,Mf2DataModel.Value> otherOptions)
Deprecated.This API is for technology preview only.static Mf2DataModel.Expression.Builder
Mf2DataModel.Expression. builder()
Deprecated.This API is for technology preview only.Mf2DataModel.Expression.Builder
Mf2DataModel.Expression.Builder. setFunctionName(java.lang.String functionName)
Deprecated.This API is for technology preview only.Mf2DataModel.Expression.Builder
Mf2DataModel.Expression.Builder. setOperand(Mf2DataModel.Value operand)
Deprecated.This API is for technology preview only.
-