Uses of Class
org.wso2.am.integration.clients.internal.api.dto.APIListDTO
-
Packages that use APIListDTO Package Description org.wso2.am.integration.clients.internal.api org.wso2.am.integration.clients.internal.api.dto -
-
Uses of APIListDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return APIListDTO Modifier and Type Method Description APIListDTOSubscriptionValidationApi. apisGet(String xWSO2Tenant, String apiId, String context, String version, String gatewayLabel, String accept)Get all apis This will provide access to apis in database.Methods in org.wso2.am.integration.clients.internal.api that return types with arguments of type APIListDTO Modifier and Type Method Description ApiResponse<APIListDTO>SubscriptionValidationApi. apisGetWithHttpInfo(String xWSO2Tenant, String apiId, String context, String version, String gatewayLabel, String accept)Get all apis This will provide access to apis in database.Method parameters in org.wso2.am.integration.clients.internal.api with type arguments of type APIListDTO Modifier and Type Method Description com.squareup.okhttp.CallSubscriptionValidationApi. apisGetAsync(String xWSO2Tenant, String apiId, String context, String version, String gatewayLabel, String accept, ApiCallback<APIListDTO> callback)Get all apis (asynchronously) This will provide access to apis in database. -
Uses of APIListDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return APIListDTO Modifier and Type Method Description APIListDTOAPIListDTO. addListItem(APIDTO listItem)APIListDTOAPIListDTO. count(Integer count)APIListDTOAPIListDTO. list(List<APIDTO> list)APIListDTOAPIListDTO. pagination(PaginationDTO pagination)
-