Class Openapi


  • public class Openapi
    extends OpenapiDeprecated
    This file was automatically generated.
    • Constructor Summary

      Constructors 
      Constructor Description
      Openapi​(ClientApi api)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ApiResponse importFile​(java.lang.String file, java.lang.String target, java.lang.String contextid)
      Imports an OpenAPI definition from a local file.
      ApiResponse importUrl​(java.lang.String url, java.lang.String hostoverride, java.lang.String contextid)
      Imports an OpenAPI definition from a URL.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • importFile

        public ApiResponse importFile​(java.lang.String file,
                                      java.lang.String target,
                                      java.lang.String contextid)
                               throws ClientApiException
        Imports an OpenAPI definition from a local file.

        This component is optional and therefore the API will only work if it is installed

        Throws:
        ClientApiException
      • importUrl

        public ApiResponse importUrl​(java.lang.String url,
                                     java.lang.String hostoverride,
                                     java.lang.String contextid)
                              throws ClientApiException
        Imports an OpenAPI definition from a URL.

        This component is optional and therefore the API will only work if it is installed

        Throws:
        ClientApiException