Class Mf2DataModel.Text

  • All Implemented Interfaces:
    Mf2DataModel.Part
    Enclosing class:
    Mf2DataModel

    @Deprecated
    public static class Mf2DataModel.Text
    extends java.lang.Object
    implements Mf2DataModel.Part
    Deprecated.
    This API is for technology preview only.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Mf2DataModel.Text.Builder
      Deprecated.
      This API is for technology preview only.
    • Constructor Summary

      Constructors 
      Constructor Description
      Text​(java.lang.String value)
      Deprecated.
      This API is for technology preview only.
    • Constructor Detail

      • Text

        @Deprecated
        public Text​(java.lang.String value)
        Deprecated.
        This API is for technology preview only.
    • Method Detail

      • builder

        @Deprecated
        public static Mf2DataModel.Text.Builder builder()
        Deprecated.
        This API is for technology preview only.
        Creates a builder.
        Returns:
        the Builder.
      • getValue

        @Deprecated
        public java.lang.String getValue()
        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 class java.lang.Object