Uses of Class
org.wso2.am.integration.clients.governance.api.dto.ActionDTO.TypeEnum
-
Packages that use ActionDTO.TypeEnum Package Description org.wso2.am.integration.clients.governance.api.dto -
-
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.TypeEnum Modifier and Type Method Description static ActionDTO.TypeEnumActionDTO.TypeEnum. fromValue(String value)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.TypeEnumActionDTO.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ActionDTO.TypeEnumActionDTO.TypeEnum. valueOf(String name)Returns 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.TypeEnum Modifier and Type Method Description voidActionDTO. setType(ActionDTO.TypeEnum type)ActionDTOActionDTO. type(ActionDTO.TypeEnum type)voidActionDTO.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ActionDTO.TypeEnum enumeration)
-