Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIProductDTO
-
Packages that use APIProductDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIProductDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIProductDTO Modifier and Type Method Description APIProductDTOApiProductsApi. 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.APIProductDTOApiProductsApi. 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.APIProductDTOApiProductRevisionsApi. restoreAPIProductRevision(String apiProductId, String revisionId)Restore Revision Restore a revision to the Current API of the API ProductAPIProductDTOApiProductsApi. updateAPIProduct(String apiProductId, APIProductDTO apIProductDTO, String ifMatch)Update an API Product This operation can be used to update an existing API product.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIProductDTO Modifier and Type Method 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 ProductApiResponse<APIProductDTO>ApiProductsApi. updateAPIProductWithHttpInfo(String apiProductId, APIProductDTO apIProductDTO, String ifMatch)Update an API Product This operation can be used to update an existing API product.Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type APIProductDTO Modifier and Type Method Description APIProductDTOApiProductsApi. 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.CallApiProductsApi. 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.CallApiProductsApi. createAPIProductCall(APIProductDTO apIProductDTO, ApiCallback _callback)Build call for createAPIProductApiResponse<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.APIProductDTOApiProductsApi. updateAPIProduct(String apiProductId, APIProductDTO apIProductDTO, String ifMatch)Update an API Product This operation can be used to update an existing API product.okhttp3.CallApiProductsApi. 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.CallApiProductsApi. updateAPIProductCall(String apiProductId, APIProductDTO apIProductDTO, String ifMatch, ApiCallback _callback)Build call for updateAPIProductApiResponse<APIProductDTO>ApiProductsApi. updateAPIProductWithHttpInfo(String apiProductId, APIProductDTO apIProductDTO, String ifMatch)Update an API Product This operation can be used to update an existing API product.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type APIProductDTO Modifier and Type Method Description okhttp3.CallApiProductsApi. 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.CallApiProductsApi. 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.CallApiProductRevisionsApi. restoreAPIProductRevisionAsync(String apiProductId, String revisionId, ApiCallback<APIProductDTO> _callback)Restore Revision (asynchronously) Restore a revision to the Current API of the API Productokhttp3.CallApiProductsApi. 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. -
Uses of APIProductDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
-