Package com.ibm.icu.message2
Class Mf2DataModel.Pattern
- java.lang.Object
-
- com.ibm.icu.message2.Mf2DataModel.Pattern
-
- Enclosing class:
- Mf2DataModel
@Deprecated public static class Mf2DataModel.Pattern extends java.lang.Object
Deprecated.This API is for technology preview only.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Mf2DataModel.Pattern.Builder
Deprecated.This API is for technology preview only.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Mf2DataModel.Pattern.Builder
builder()
Deprecated.This API is for technology preview only.java.util.List<Mf2DataModel.Part>
getParts()
Deprecated.This API is for technology preview only.java.lang.String
toString()
Deprecated.This API is for technology preview only.
-
-
-
Method Detail
-
builder
@Deprecated public static Mf2DataModel.Pattern.Builder builder()
Deprecated.This API is for technology preview only.Creates a builder.- Returns:
- the Builder.
-
getParts
@Deprecated public java.util.List<Mf2DataModel.Part> getParts()
Deprecated.This API is for technology preview only.
-
toString
@Deprecated public java.lang.String toString()
Deprecated.This API is for technology preview only.- Overrides:
toString
in classjava.lang.Object
-
-