Package com.ibm.icu.message2
Class Mf2DataModel.Value.Builder
- java.lang.Object
-
- com.ibm.icu.message2.Mf2DataModel.Value.Builder
-
- Enclosing class:
- Mf2DataModel.Value
@Deprecated public static class Mf2DataModel.Value.Builder extends java.lang.ObjectDeprecated.This API is for technology preview only.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Mf2DataModel.Valuebuild()Deprecated.This API is for technology preview only.Mf2DataModel.Value.BuildersetLiteral(java.lang.String literal)Deprecated.This API is for technology preview only.Mf2DataModel.Value.BuildersetVariableName(java.lang.String variableName)Deprecated.This API is for technology preview only.
-
-
-
Method Detail
-
setLiteral
@Deprecated public Mf2DataModel.Value.Builder setLiteral(java.lang.String literal)
Deprecated.This API is for technology preview only.
-
setVariableName
@Deprecated public Mf2DataModel.Value.Builder setVariableName(java.lang.String variableName)
Deprecated.This API is for technology preview only.
-
build
@Deprecated public Mf2DataModel.Value build()
Deprecated.This API is for technology preview only.
-
-