Class VersionInfo

java.lang.Object
com.primavera.integration.client.VersionInfo

public class VersionInfo extends Object
Information about this release of the Integration API, version 25.12.0.0.
  • Constructor Details

    • VersionInfo

      public VersionInfo()
  • Method Details

    • getCompileTime

      public static String getCompileTime()
      Gets the date and time at which the API code was compiled
      Returns:
      String the compile time
    • getMajorVersion

      public static int getMajorVersion()
      Gets the major version of this release
      Returns:
      int the major version
    • getMinorVersion

      public static int getMinorVersion()
      Gets the minor version of this release
      Returns:
      int the minor version
    • getRevisionVersion

      public static int getRevisionVersion()
      Gets the revision version of this release
      Returns:
      int the revision version
    • getBuildVersion

      public static int getBuildVersion()
      Gets the build version of this release
      Returns:
      int the build version
    • getFullVersion

      public static String getFullVersion()
      Gets the full version of this release
      Returns:
      String the full version