| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
APIProductDTO |
ApiProductsApi.createAPIProduct(APIProductDTO apIProductDTO)
Create a New API Product
This operation can be used to create a new API Product specifying the details of the API Product in the payload.
|
APIProductDTO |
ApiProductsApi.getAPIProduct(String apiProductId,
String accept,
String ifNoneMatch)
Get Details of an API Product
Using this operation, you can retrieve complete details of a single API Product.
|
APIProductDTO |
ApiProductRevisionsApi.restoreAPIProductRevision(String apiProductId,
String revisionId)
Restore Revision
Restore a revision to the Current API of the API Product
|
APIProductDTO |
ApiProductsApi.updateAPIProduct(String apiProductId,
APIProductDTO apIProductDTO,
String ifMatch)
Update an API Product
This operation can be used to update an existing API product.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<APIProductDTO> |
ApiProductsApi.createAPIProductWithHttpInfo(APIProductDTO apIProductDTO)
Create a New API Product
This operation can be used to create a new API Product specifying the details of the API Product in the payload.
|
ApiResponse<APIProductDTO> |
ApiProductsApi.getAPIProductWithHttpInfo(String apiProductId,
String accept,
String ifNoneMatch)
Get Details of an API Product
Using this operation, you can retrieve complete details of a single API Product.
|
ApiResponse<APIProductDTO> |
ApiProductRevisionsApi.restoreAPIProductRevisionWithHttpInfo(String apiProductId,
String revisionId)
Restore Revision
Restore a revision to the Current API of the API Product
|
ApiResponse<APIProductDTO> |
ApiProductsApi.updateAPIProductWithHttpInfo(String apiProductId,
APIProductDTO apIProductDTO,
String ifMatch)
Update an API Product
This operation can be used to update an existing API product.
|
| Modifier and Type | Method and Description |
|---|---|
APIProductDTO |
ApiProductsApi.createAPIProduct(APIProductDTO apIProductDTO)
Create a New API Product
This operation can be used to create a new API Product specifying the details of the API Product in the payload.
|
okhttp3.Call |
ApiProductsApi.createAPIProductAsync(APIProductDTO apIProductDTO,
ApiCallback<APIProductDTO> _callback)
Create a New API Product (asynchronously)
This operation can be used to create a new API Product specifying the details of the API Product in the payload.
|
okhttp3.Call |
ApiProductsApi.createAPIProductCall(APIProductDTO apIProductDTO,
ApiCallback _callback)
Build call for createAPIProduct
|
ApiResponse<APIProductDTO> |
ApiProductsApi.createAPIProductWithHttpInfo(APIProductDTO apIProductDTO)
Create a New API Product
This operation can be used to create a new API Product specifying the details of the API Product in the payload.
|
APIProductDTO |
ApiProductsApi.updateAPIProduct(String apiProductId,
APIProductDTO apIProductDTO,
String ifMatch)
Update an API Product
This operation can be used to update an existing API product.
|
okhttp3.Call |
ApiProductsApi.updateAPIProductAsync(String apiProductId,
APIProductDTO apIProductDTO,
String ifMatch,
ApiCallback<APIProductDTO> _callback)
Update an API Product (asynchronously)
This operation can be used to update an existing API product.
|
okhttp3.Call |
ApiProductsApi.updateAPIProductCall(String apiProductId,
APIProductDTO apIProductDTO,
String ifMatch,
ApiCallback _callback)
Build call for updateAPIProduct
|
ApiResponse<APIProductDTO> |
ApiProductsApi.updateAPIProductWithHttpInfo(String apiProductId,
APIProductDTO apIProductDTO,
String ifMatch)
Update an API Product
This operation can be used to update an existing API product.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiProductsApi.createAPIProductAsync(APIProductDTO apIProductDTO,
ApiCallback<APIProductDTO> _callback)
Create a New API Product (asynchronously)
This operation can be used to create a new API Product specifying the details of the API Product in the payload.
|
okhttp3.Call |
ApiProductsApi.getAPIProductAsync(String apiProductId,
String accept,
String ifNoneMatch,
ApiCallback<APIProductDTO> _callback)
Get Details of an API Product (asynchronously)
Using this operation, you can retrieve complete details of a single API Product.
|
okhttp3.Call |
ApiProductRevisionsApi.restoreAPIProductRevisionAsync(String apiProductId,
String revisionId,
ApiCallback<APIProductDTO> _callback)
Restore Revision (asynchronously)
Restore a revision to the Current API of the API Product
|
okhttp3.Call |
ApiProductsApi.updateAPIProductAsync(String apiProductId,
APIProductDTO apIProductDTO,
String ifMatch,
ApiCallback<APIProductDTO> _callback)
Update an API Product (asynchronously)
This operation can be used to update an existing API product.
|
Copyright © 2021 WSO2 Inc. All rights reserved.