Class RESTRootController.ResponseVersion

  • Enclosing class:
    RESTRootController

    public class RESTRootController.ResponseVersion
    extends java.lang.Object
    A convenient class for returning the api version.
    • Constructor Summary

      Constructors 
      Constructor Description
      ResponseVersion​(java.lang.String version)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getVersion()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResponseVersion

        public ResponseVersion​(java.lang.String version)
    • Method Detail

      • getVersion

        public java.lang.String getVersion()