Uses of Class
kubevirt.ApiResponse
-
Packages that use ApiResponse Package Description kubevirt -
-
Uses of ApiResponse in kubevirt
Methods in kubevirt that return ApiResponse Modifier and Type Method Description <T> ApiResponse<T>
ApiClient. execute(com.squareup.okhttp.Call call)
<T> ApiResponse<T>
ApiClient. execute(com.squareup.okhttp.Call call, java.lang.reflect.Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
-