Package com.experian.datastudio.sdk.api
Interface CustomTypeVersion
public interface CustomTypeVersion
Custom type version of the custom step/parser.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
Returns the custom type version as a string without the patch version.
-
Method Details
-
toStringWithoutPatch
String toStringWithoutPatch()Returns the custom type version as a string without the patch version.- Returns:
- String of the custom type version
-
getMajorVersion
int getMajorVersion() -
getMinorVersion
int getMinorVersion() -
getPatchVersion
int getPatchVersion()
-