Uses of Class
org.wso2.am.integration.clients.governance.api.dto.APIMGovernancePolicyListDTO
Packages that use APIMGovernancePolicyListDTO
Package
Description
-
Uses of APIMGovernancePolicyListDTO in org.wso2.am.integration.clients.governance.api
Methods in org.wso2.am.integration.clients.governance.api that return APIMGovernancePolicyListDTOModifier and TypeMethodDescriptionGovernancePoliciesApi.getGovernancePolicies(Integer limit, Integer offset, String query) Retrieves a list of all governance policies.Methods in org.wso2.am.integration.clients.governance.api that return types with arguments of type APIMGovernancePolicyListDTOModifier and TypeMethodDescriptionGovernancePoliciesApi.getGovernancePoliciesWithHttpInfo(Integer limit, Integer offset, String query) Retrieves a list of all governance policies.Method parameters in org.wso2.am.integration.clients.governance.api with type arguments of type APIMGovernancePolicyListDTOModifier and TypeMethodDescriptionokhttp3.CallGovernancePoliciesApi.getGovernancePoliciesAsync(Integer limit, Integer offset, String query, ApiCallback<APIMGovernancePolicyListDTO> _callback) Retrieves a list of all governance policies. -
Uses of APIMGovernancePolicyListDTO in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return APIMGovernancePolicyListDTOModifier and TypeMethodDescriptionAPIMGovernancePolicyListDTO.list(List<APIMGovernancePolicyDTO> list) APIMGovernancePolicyListDTO.pagination(PaginationDTO pagination)