Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.APIDTO
-
Packages that use APIDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of APIDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return APIDTO Modifier and Type Method Description APIDTOApIsApi. apisApiIdGet(String apiId, String xWSO2Tenant, String ifNoneMatch)Get Details of an API Using this operation, you can retrieve complete details of a single API.Methods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type APIDTO Modifier and Type Method Description ApiResponse<APIDTO>ApIsApi. apisApiIdGetWithHttpInfo(String apiId, String xWSO2Tenant, String ifNoneMatch)Get Details of an API Using this operation, you can retrieve complete details of a single API.Method parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type APIDTO Modifier and Type Method Description okhttp3.CallApIsApi. apisApiIdGetAsync(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<APIDTO> _callback)Get Details of an API (asynchronously) Using this operation, you can retrieve complete details of a single API. -
Uses of APIDTO in org.wso2.am.integration.clients.store.api.v1.dto
-