Uses of Class
cloud.metaapi.sdk.clients.meta_api.models.Version
-
Packages that use Version Package Description cloud.metaapi.sdk.clients.meta_api.models -
-
Uses of Version in cloud.metaapi.sdk.clients.meta_api.models
Fields in cloud.metaapi.sdk.clients.meta_api.models with type parameters of type Version Modifier and Type Field Description List<Version>AccountsFilter. versionMT version ornullMethods in cloud.metaapi.sdk.clients.meta_api.models that return Version Modifier and Type Method Description static VersionVersion. ofNumber(int version)Returns enum version from its numberstatic VersionVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static Version[]Version. values()Returns an array containing the constants of this enum type, in the order they are declared.
-