Class DataExchangeTransferType


  • public final class DataExchangeTransferType
    extends java.lang.Object
    Deprecated.
    Since 2.3.0, replaced by ServiceType.
    This class defines all transfer types that are used for the Transfer data service.
    Since:
    2.0.0
    • Field Detail

      • TRANSFER_DATA

        public static final DataExchangeTransferType TRANSFER_DATA
        Deprecated.
        A transfer type corresponding to transfer data action.
    • Method Detail

      • parse

        public static DataExchangeTransferType parse​(java.lang.String value)
        Deprecated.
        Returns a transfer type by given string value.
      • isTransferData

        public boolean isTransferData()
        Deprecated.
        Returns true if transfer type is TRANSFER_DATA.
      • isUnknown

        public boolean isUnknown()
        Deprecated.
        Returns true if transfer type is UNKNOWN.
      • getValue

        public java.lang.String getValue()
        Deprecated.
        Returns the string value of this.