Uses of Enum
org.wso2.am.integration.clients.governance.api.dto.ActionDTO.TypeEnum
Packages that use ActionDTO.TypeEnum
-
Uses of ActionDTO.TypeEnum in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return ActionDTO.TypeEnumModifier and TypeMethodDescriptionstatic ActionDTO.TypeEnumActionDTO.getType()The type of action to be taken when a governance policy is violated in the given state withe given rule severity.ActionDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static ActionDTO.TypeEnumReturns the enum constant of this type with the specified name.static ActionDTO.TypeEnum[]ActionDTO.TypeEnum.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 with parameters of type ActionDTO.TypeEnumModifier and TypeMethodDescriptionvoidActionDTO.setType(ActionDTO.TypeEnum type) ActionDTO.type(ActionDTO.TypeEnum type) voidActionDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ActionDTO.TypeEnum enumeration)