Uses of Class
com.podio.hook.HookStatus
-
Packages that use HookStatus Package Description com.podio.hook -
-
Uses of HookStatus in com.podio.hook
Methods in com.podio.hook that return HookStatus Modifier and Type Method Description static HookStatusHookStatus. getByName(String value)HookStatusHook. getStatus()static HookStatusHookStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HookStatus[]HookStatus. 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 HookStatus Modifier and Type Method Description voidHook. setStatus(HookStatus status)
-