Uses of Class
org.swisspush.gateleen.hook.HookTriggerType
-
Packages that use HookTriggerType Package Description org.swisspush.gateleen.hook -
-
Uses of HookTriggerType in org.swisspush.gateleen.hook
Methods in org.swisspush.gateleen.hook that return HookTriggerType Modifier and Type Method Description HookTriggerTypeHttpHook. getHookTriggerType()Retuns the trigger type of the hook.static HookTriggerTypeHookTriggerType. valueOf(String name)Returns the enum constant of this type with the specified name.static HookTriggerType[]HookTriggerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.swisspush.gateleen.hook with parameters of type HookTriggerType Modifier and Type Method Description voidHttpHook. setHookTriggerType(HookTriggerType hookTriggerType)Sets the trigger type of the hook.
-