Uses of Class
org.wso2.am.integration.clients.governance.api.dto.APIMGovernancePolicyListDTO
-
Packages that use APIMGovernancePolicyListDTO Package Description org.wso2.am.integration.clients.governance.api org.wso2.am.integration.clients.governance.api.dto -
-
Uses of APIMGovernancePolicyListDTO in org.wso2.am.integration.clients.governance.api
Methods in org.wso2.am.integration.clients.governance.api that return APIMGovernancePolicyListDTO Modifier and Type Method Description APIMGovernancePolicyListDTOGovernancePoliciesApi. 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 APIMGovernancePolicyListDTO Modifier and Type Method Description ApiResponse<APIMGovernancePolicyListDTO>GovernancePoliciesApi. 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 APIMGovernancePolicyListDTO Modifier and Type Method Description okhttp3.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 APIMGovernancePolicyListDTO Modifier and Type Method Description APIMGovernancePolicyListDTOAPIMGovernancePolicyListDTO. count(Integer count)APIMGovernancePolicyListDTOAPIMGovernancePolicyListDTO. list(List<APIMGovernancePolicyDTO> list)APIMGovernancePolicyListDTOAPIMGovernancePolicyListDTO. pagination(PaginationDTO pagination)
-