Uses of Class
org.wso2.am.integration.clients.internal.api.dto.APIListDTO
Packages that use APIListDTO
Package
Description
-
Uses of APIListDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return APIListDTOModifier and TypeMethodDescriptionSubscriptionValidationApi.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 APIListDTOModifier and TypeMethodDescriptionSubscriptionValidationApi.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 APIListDTOModifier and TypeMethodDescriptioncom.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 APIListDTOModifier and TypeMethodDescriptionAPIListDTO.addListItem(APIDTO listItem) APIListDTO.pagination(PaginationDTO pagination)