Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIEndpointListDTO
Packages that use APIEndpointListDTO
Package
Description
-
Uses of APIEndpointListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIEndpointListDTOModifier and TypeMethodDescriptionApiEndpointsApi.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 APIEndpointListDTOModifier and TypeMethodDescriptionApiEndpointsApi.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 APIEndpointListDTOModifier and TypeMethodDescriptionokhttp3.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 APIEndpointListDTOModifier and TypeMethodDescriptionAPIEndpointListDTO.list(List<APIEndpointDTO> list) APIEndpointListDTO.pagination(PaginationDTO pagination)