Uses of Class
com.podio.hook.HookType
-
Packages that use HookType Package Description com.podio.hook -
-
Uses of HookType in com.podio.hook
Methods in com.podio.hook that return HookType Modifier and Type Method Description static HookTypeHookType. getByName(String value)HookTypeHook. getType()HookTypeHookCreate. getType()static HookTypeHookType. valueOf(String name)Returns the enum constant of this type with the specified name.static HookType[]HookType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.podio.hook with parameters of type HookType Modifier and Type Method Description voidHook. setType(HookType type)voidHookCreate. setType(HookType type)Constructors in com.podio.hook with parameters of type HookType Constructor Description HookCreate(String url, HookType type)
-