Uses of Enum Class
com.kingsrook.qqq.backend.module.api.actions.BaseAPIActionUtil.UpdateHttpMethod
Packages that use BaseAPIActionUtil.UpdateHttpMethod
-
Uses of BaseAPIActionUtil.UpdateHttpMethod in com.kingsrook.qqq.backend.module.api.actions
Subclasses with type arguments of type BaseAPIActionUtil.UpdateHttpMethod in com.kingsrook.qqq.backend.module.api.actionsModifier and TypeClassDescriptionstatic enumenum of which HTTP Method the backend uses for Updates.Methods in com.kingsrook.qqq.backend.module.api.actions that return BaseAPIActionUtil.UpdateHttpMethodModifier and TypeMethodDescriptionprotected BaseAPIActionUtil.UpdateHttpMethodBaseAPIActionUtil.getUpdateMethod()Returns the enum constant of this class with the specified name.static BaseAPIActionUtil.UpdateHttpMethod[]BaseAPIActionUtil.UpdateHttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.