Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIEndpointListDTO
-
Packages that use APIEndpointListDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIEndpointListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIEndpointListDTO Modifier and Type Method Description APIEndpointListDTOApiEndpointsApi. getApiEndpoints(String apiId, Integer limit, Integer offset)Get all API Endpoints This operation can be used to get all the available endpoints of an API.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIEndpointListDTO Modifier and Type Method Description ApiResponse<APIEndpointListDTO>ApiEndpointsApi. getApiEndpointsWithHttpInfo(String apiId, Integer limit, Integer offset)Get all API Endpoints This operation can be used to get all the available endpoints of an API.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type APIEndpointListDTO Modifier and Type Method Description okhttp3.CallApiEndpointsApi. getApiEndpointsAsync(String apiId, Integer limit, Integer offset, ApiCallback<APIEndpointListDTO> _callback)Get all API Endpoints (asynchronously) This operation can be used to get all the available endpoints of an API. -
Uses of APIEndpointListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIEndpointListDTO Modifier and Type Method Description APIEndpointListDTOAPIEndpointListDTO. count(Integer count)APIEndpointListDTOAPIEndpointListDTO. list(List<APIEndpointDTO> list)APIEndpointListDTOAPIEndpointListDTO. pagination(PaginationDTO pagination)
-