public class OpenapiDeprecated
extends java.lang.Object
Constructor and Description |
---|
OpenapiDeprecated(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
importFile(java.lang.String file)
Imports an Open API definition from a local file.
|
ApiResponse |
importFile(java.lang.String file,
java.lang.String target)
Imports an OpenAPI definition from a local file.
|
ApiResponse |
importUrl(java.lang.String url,
java.lang.String hostoverride)
Imports an OpenAPI definition from a URL.
|
public OpenapiDeprecated(ClientApi api)
public ApiResponse importFile(java.lang.String file) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException
public ApiResponse importFile(java.lang.String file, java.lang.String target) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException
public ApiResponse importUrl(java.lang.String url, java.lang.String hostoverride) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException