Uses of Enum
org.wso2.am.integration.clients.governance.api.dto.APIMGovernancePolicyDTO.GovernableStatesEnum
Packages that use APIMGovernancePolicyDTO.GovernableStatesEnum
-
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.GovernableStatesEnumModifier and TypeMethodDescriptionAPIMGovernancePolicyDTO.GovernableStatesEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.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.GovernableStatesEnumModifier and TypeMethodDescriptionAPIMGovernancePolicyDTO.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.GovernableStatesEnumModifier and TypeMethodDescriptionvoidAPIMGovernancePolicyDTO.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.GovernableStatesEnumModifier and TypeMethodDescriptionAPIMGovernancePolicyDTO.governableStates(List<APIMGovernancePolicyDTO.GovernableStatesEnum> governableStates) voidAPIMGovernancePolicyDTO.setGovernableStates(List<APIMGovernancePolicyDTO.GovernableStatesEnum> governableStates)