Uses of Class
org.wso2.am.integration.clients.governance.api.dto.APIMGovernancePolicyDTO
Packages that use APIMGovernancePolicyDTO
Package
Description
-
Uses of APIMGovernancePolicyDTO in org.wso2.am.integration.clients.governance.api
Methods in org.wso2.am.integration.clients.governance.api that return APIMGovernancePolicyDTOModifier and TypeMethodDescriptionGovernancePoliciesApi.createGovernancePolicy(APIMGovernancePolicyDTO apIMGovernancePolicyDTO) Creates a new governance policy.GovernancePoliciesApi.getGovernancePolicyById(String policyId) Get a specific governance policy Retrieves details of a specific governance policy identified by the policyId.GovernancePoliciesApi.updateGovernancePolicyById(String policyId, APIMGovernancePolicyDTO apIMGovernancePolicyDTO) Update a specific governance policy Updates the details of an existing governance policy identified by the policyId.Methods in org.wso2.am.integration.clients.governance.api that return types with arguments of type APIMGovernancePolicyDTOModifier and TypeMethodDescriptionGovernancePoliciesApi.createGovernancePolicyWithHttpInfo(APIMGovernancePolicyDTO apIMGovernancePolicyDTO) Creates a new governance policy.GovernancePoliciesApi.getGovernancePolicyByIdWithHttpInfo(String policyId) Get a specific governance policy Retrieves details of a specific governance policy identified by the policyId.GovernancePoliciesApi.updateGovernancePolicyByIdWithHttpInfo(String policyId, APIMGovernancePolicyDTO apIMGovernancePolicyDTO) Update a specific governance policy Updates the details of an existing governance policy identified by the policyId.Methods in org.wso2.am.integration.clients.governance.api with parameters of type APIMGovernancePolicyDTOModifier and TypeMethodDescriptionGovernancePoliciesApi.createGovernancePolicy(APIMGovernancePolicyDTO apIMGovernancePolicyDTO) Creates a new governance policy.okhttp3.CallGovernancePoliciesApi.createGovernancePolicyAsync(APIMGovernancePolicyDTO apIMGovernancePolicyDTO, ApiCallback<APIMGovernancePolicyDTO> _callback) Creates a new governance policy.okhttp3.CallGovernancePoliciesApi.createGovernancePolicyCall(APIMGovernancePolicyDTO apIMGovernancePolicyDTO, ApiCallback _callback) Build call for createGovernancePolicyGovernancePoliciesApi.createGovernancePolicyWithHttpInfo(APIMGovernancePolicyDTO apIMGovernancePolicyDTO) Creates a new governance policy.GovernancePoliciesApi.updateGovernancePolicyById(String policyId, APIMGovernancePolicyDTO apIMGovernancePolicyDTO) Update a specific governance policy Updates the details of an existing governance policy identified by the policyId.okhttp3.CallGovernancePoliciesApi.updateGovernancePolicyByIdAsync(String policyId, APIMGovernancePolicyDTO apIMGovernancePolicyDTO, ApiCallback<APIMGovernancePolicyDTO> _callback) Update a specific governance policy (asynchronously) Updates the details of an existing governance policy identified by the policyId.okhttp3.CallGovernancePoliciesApi.updateGovernancePolicyByIdCall(String policyId, APIMGovernancePolicyDTO apIMGovernancePolicyDTO, ApiCallback _callback) Build call for updateGovernancePolicyByIdGovernancePoliciesApi.updateGovernancePolicyByIdWithHttpInfo(String policyId, APIMGovernancePolicyDTO apIMGovernancePolicyDTO) Update a specific governance policy Updates the details of an existing governance policy identified by the policyId.Method parameters in org.wso2.am.integration.clients.governance.api with type arguments of type APIMGovernancePolicyDTOModifier and TypeMethodDescriptionokhttp3.CallGovernancePoliciesApi.createGovernancePolicyAsync(APIMGovernancePolicyDTO apIMGovernancePolicyDTO, ApiCallback<APIMGovernancePolicyDTO> _callback) Creates a new governance policy.okhttp3.CallGovernancePoliciesApi.getGovernancePolicyByIdAsync(String policyId, ApiCallback<APIMGovernancePolicyDTO> _callback) Get a specific governance policy (asynchronously) Retrieves details of a specific governance policy identified by the policyId.okhttp3.CallGovernancePoliciesApi.updateGovernancePolicyByIdAsync(String policyId, APIMGovernancePolicyDTO apIMGovernancePolicyDTO, ApiCallback<APIMGovernancePolicyDTO> _callback) Update a specific governance policy (asynchronously) Updates the details of an existing governance policy identified by the policyId. -
Uses of APIMGovernancePolicyDTO in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return APIMGovernancePolicyDTOModifier and TypeMethodDescriptionAPIMGovernancePolicyDTO.createdTime(String createdTime) APIMGovernancePolicyDTO.description(String description) APIMGovernancePolicyDTO.governableStates(List<APIMGovernancePolicyDTO.GovernableStatesEnum> governableStates) APIMGovernancePolicyDTO.updatedTime(String updatedTime) Methods in org.wso2.am.integration.clients.governance.api.dto that return types with arguments of type APIMGovernancePolicyDTOModifier and TypeMethodDescriptionAPIMGovernancePolicyListDTO.getList()List of governance policies.Method parameters in org.wso2.am.integration.clients.governance.api.dto with type arguments of type APIMGovernancePolicyDTOModifier and TypeMethodDescriptionAPIMGovernancePolicyListDTO.list(List<APIMGovernancePolicyDTO> list) voidAPIMGovernancePolicyListDTO.setList(List<APIMGovernancePolicyDTO> list)