Class ApiVersion


  • public class ApiVersion
    extends java.lang.Object
    FDB API version constants
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int LATEST
      The latest API version supported by the bindings
    • Constructor Summary

      Constructors 
      Constructor Description
      ApiVersion()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LATEST

        public static final int LATEST
        The latest API version supported by the bindings
        See Also:
        Constant Field Values
    • Constructor Detail

      • ApiVersion

        public ApiVersion()