Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIRevisionDeploymentListDTO
-
Packages that use APIRevisionDeploymentListDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIRevisionDeploymentListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIRevisionDeploymentListDTO Modifier and Type Method Description APIRevisionDeploymentListDTOApiProductRevisionsApi. getAPIProductRevisionDeployments(String apiProductId)List Deployments List available deployed revision deployment details of an API ProductAPIRevisionDeploymentListDTOApiRevisionsApi. getAPIRevisionDeployments(String apiId)List Deployments List available deployed revision deployment details of an APIMethods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIRevisionDeploymentListDTO Modifier and Type Method Description ApiResponse<APIRevisionDeploymentListDTO>ApiProductRevisionsApi. getAPIProductRevisionDeploymentsWithHttpInfo(String apiProductId)List Deployments List available deployed revision deployment details of an API ProductApiResponse<APIRevisionDeploymentListDTO>ApiRevisionsApi. getAPIRevisionDeploymentsWithHttpInfo(String apiId)List Deployments List available deployed revision deployment details of an APIMethod parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type APIRevisionDeploymentListDTO Modifier and Type Method Description okhttp3.CallApiProductRevisionsApi. getAPIProductRevisionDeploymentsAsync(String apiProductId, ApiCallback<APIRevisionDeploymentListDTO> _callback)List Deployments (asynchronously) List available deployed revision deployment details of an API Productokhttp3.CallApiRevisionsApi. getAPIRevisionDeploymentsAsync(String apiId, ApiCallback<APIRevisionDeploymentListDTO> _callback)List Deployments (asynchronously) List available deployed revision deployment details of an API -
Uses of APIRevisionDeploymentListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIRevisionDeploymentListDTO Modifier and Type Method Description APIRevisionDeploymentListDTOAPIRevisionDeploymentListDTO. list(List<APIRevisionDeploymentDTO> list)
-