You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
3686
3686
* @param catalogId A catalog ID returned from an account catalog request. (required)
3687
-
* @return File
3688
3687
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
3704
3702
* @param catalogId A catalog ID returned from an account catalog request. (required)
3705
-
* @return ApiResponse<File>
3703
+
* @return ApiResponse<Void>
3706
3704
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
3707
3705
* @http.response.details
3708
3706
<table summary="Response Details" border="1">
@@ -3711,10 +3709,9 @@ public File getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws Ap
3711
3709
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
3686
3686
* @param catalogId A catalog ID returned from an account catalog request. (required)
3687
-
* @return File
3688
3687
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
3704
3702
* @param catalogId A catalog ID returned from an account catalog request. (required)
3705
-
* @return ApiResponse<File>
3703
+
* @return ApiResponse<Void>
3706
3704
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
3707
3705
* @http.response.details
3708
3706
<table summary="Response Details" border="1">
@@ -3711,10 +3709,9 @@ public File getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws Ap
3711
3709
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
3824
3824
* @param catalogId A catalog ID returned from an account catalog request. (required)
3825
-
* @return File
3826
3825
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
3842
3840
* @param catalogId A catalog ID returned from an account catalog request. (required)
3843
-
* @return ApiResponse<File>
3841
+
* @return ApiResponse<Void>
3844
3842
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
3845
3843
* @http.response.details
3846
3844
<table summary="Response Details" border="1">
@@ -3849,10 +3847,9 @@ public File getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws Ap
3849
3847
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
3828
3828
* @param catalogId A catalog ID returned from an account catalog request. (required)
3829
-
* @return File
3830
3829
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
3846
3844
* @param catalogId A catalog ID returned from an account catalog request. (required)
3847
-
* @return ApiResponse<File>
3845
+
* @return ApiResponse<Void>
3848
3846
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
3849
3847
* @http.response.details
3850
3848
<table summary="Response Details" border="1">
@@ -3853,10 +3851,9 @@ public File getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws Ap
3853
3851
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
3854
3852
</table>
3855
3853
*/
3856
-
public ApiResponse<File> getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(String catalogId) throws ApiException {
3854
+
public ApiResponse<Void> getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(String catalogId) throws ApiException {
0 commit comments