Class VersionApi
java.lang.Object
dev.restate.admin.api.VersionApi
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadFileFromResponse(HttpResponse<InputStream> response, InputStream responseBody) Deprecated.Download file from the given response.protected ApiExceptiongetApiException(String operationId, HttpResponse<InputStream> response) Deprecated.version()Deprecated.Admin version information Obtain admin version information.Deprecated.Admin version information Obtain admin version information.Deprecated.Admin version information Obtain admin version information.versionWithHttpInfo(Map<String, String> headers) Deprecated.Admin version information Obtain admin version information.
-
Constructor Details
-
VersionApi
public VersionApi()Deprecated. -
VersionApi
Deprecated.
-
-
Method Details
-
getApiException
protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException Deprecated.- Throws:
IOException
-
downloadFileFromResponse
public File downloadFileFromResponse(HttpResponse<InputStream> response, InputStream responseBody) throws ApiException Deprecated.Download file from the given response.- Parameters:
response- Response- Returns:
- File
- Throws:
ApiException- If fail to read file content from response and write to disk
-
version
Deprecated.Admin version information Obtain admin version information.- Returns:
- VersionInformation
- Throws:
ApiException- if fails to make API call
-
version
Deprecated.Admin version information Obtain admin version information.- Parameters:
headers- Optional headers to include in the request- Returns:
- VersionInformation
- Throws:
ApiException- if fails to make API call
-
versionWithHttpInfo
Deprecated.Admin version information Obtain admin version information.- Returns:
- ApiResponse<VersionInformation>
- Throws:
ApiException- if fails to make API call
-
versionWithHttpInfo
public ApiResponse<VersionInformation> versionWithHttpInfo(Map<String, String> headers) throws ApiExceptionDeprecated.Admin version information Obtain admin version information.- Parameters:
headers- Optional headers to include in the request- Returns:
- ApiResponse<VersionInformation>
- Throws:
ApiException- if fails to make API call
-