| 422 | Invalid request parameters | - |
-
- * @deprecated
- */
- @Deprecated
- public okhttp3.Call getFunctionDataTypesCall(@javax.annotation.Nonnull Integer analysisId, @javax.annotation.Nonnull Integer functionId, final ApiCallback _callback) throws ApiException {
- String basePath = null;
- // Operation Servers
- String[] localBasePaths = new String[] { };
-
- // Determine Base Path to Use
- if (localCustomBaseUrl != null){
- basePath = localCustomBaseUrl;
- } else if ( localBasePaths.length > 0 ) {
- basePath = localBasePaths[localHostIndex];
- } else {
- basePath = null;
- }
-
- Object localVarPostBody = null;
-
- // create path and map variables
- String localVarPath = "/v2/analyses/{analysis_id}/functions/{function_id}/data_types"
- .replace("{" + "analysis_id" + "}", localVarApiClient.escapeString(analysisId.toString()))
- .replace("{" + "function_id" + "}", localVarApiClient.escapeString(functionId.toString()));
-
- List