| 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.apiProductsApiProductIdGet(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 |
ApiProductsApi.apiProductsApiProductIdPut(String apiProductId,
APIProductDTO body,
String ifMatch)
Update an API product
This operation can be used to update an existing API product.
|
APIProductDTO |
ApiProductsApi.apiProductsPost(APIProductDTO body)
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.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<APIProductDTO> |
ApiProductsApi.apiProductsApiProductIdGetWithHttpInfo(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> |
ApiProductsApi.apiProductsApiProductIdPutWithHttpInfo(String apiProductId,
APIProductDTO body,
String ifMatch)
Update an API product
This operation can be used to update an existing API product.
|
ApiResponse<APIProductDTO> |
ApiProductsApi.apiProductsPostWithHttpInfo(APIProductDTO body)
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.
|
| Modifier and Type | Method and Description |
|---|---|
APIProductDTO |
ApiProductsApi.apiProductsApiProductIdPut(String apiProductId,
APIProductDTO body,
String ifMatch)
Update an API product
This operation can be used to update an existing API product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdPutAsync(String apiProductId,
APIProductDTO body,
String ifMatch,
ApiCallback<APIProductDTO> callback)
Update an API product (asynchronously)
This operation can be used to update an existing API product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdPutCall(String apiProductId,
APIProductDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdPut
|
ApiResponse<APIProductDTO> |
ApiProductsApi.apiProductsApiProductIdPutWithHttpInfo(String apiProductId,
APIProductDTO body,
String ifMatch)
Update an API product
This operation can be used to update an existing API product.
|
APIProductDTO |
ApiProductsApi.apiProductsPost(APIProductDTO body)
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.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsPostAsync(APIProductDTO body,
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.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsPostCall(APIProductDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsPost
|
ApiResponse<APIProductDTO> |
ApiProductsApi.apiProductsPostWithHttpInfo(APIProductDTO body)
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdGetAsync(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.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdPutAsync(String apiProductId,
APIProductDTO body,
String ifMatch,
ApiCallback<APIProductDTO> callback)
Update an API product (asynchronously)
This operation can be used to update an existing API product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsPostAsync(APIProductDTO body,
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.
|
Copyright © 2020 WSO2 Inc. All rights reserved.