Uses of Class
org.wso2.am.integration.clients.governance.api.dto.APIMGovernancePolicyDTO.GovernableStatesEnum
-
Packages that use APIMGovernancePolicyDTO.GovernableStatesEnum Package Description org.wso2.am.integration.clients.governance.api.dto -
-
Uses of APIMGovernancePolicyDTO.GovernableStatesEnum in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return APIMGovernancePolicyDTO.GovernableStatesEnum Modifier and Type Method Description static APIMGovernancePolicyDTO.GovernableStatesEnumAPIMGovernancePolicyDTO.GovernableStatesEnum. fromValue(String value)APIMGovernancePolicyDTO.GovernableStatesEnumAPIMGovernancePolicyDTO.GovernableStatesEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static APIMGovernancePolicyDTO.GovernableStatesEnumAPIMGovernancePolicyDTO.GovernableStatesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static APIMGovernancePolicyDTO.GovernableStatesEnum[]APIMGovernancePolicyDTO.GovernableStatesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.governance.api.dto that return types with arguments of type APIMGovernancePolicyDTO.GovernableStatesEnum Modifier and Type Method Description List<APIMGovernancePolicyDTO.GovernableStatesEnum>APIMGovernancePolicyDTO. getGovernableStates()List of states at which the governance policy should be enforced.Methods in org.wso2.am.integration.clients.governance.api.dto with parameters of type APIMGovernancePolicyDTO.GovernableStatesEnum Modifier and Type Method Description voidAPIMGovernancePolicyDTO.GovernableStatesEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, APIMGovernancePolicyDTO.GovernableStatesEnum enumeration)Method parameters in org.wso2.am.integration.clients.governance.api.dto with type arguments of type APIMGovernancePolicyDTO.GovernableStatesEnum Modifier and Type Method Description APIMGovernancePolicyDTOAPIMGovernancePolicyDTO. governableStates(List<APIMGovernancePolicyDTO.GovernableStatesEnum> governableStates)voidAPIMGovernancePolicyDTO. setGovernableStates(List<APIMGovernancePolicyDTO.GovernableStatesEnum> governableStates)
-