Uses of Enum
de.xima.fc.mdl.enums.EHttpVerb
Packages that use EHttpVerb
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of EHttpVerb in de.xima.fc.http
Constructors in de.xima.fc.http with parameters of type EHttpVerbModifierConstructorDescriptionHttpRequestBuilder
(EHttpVerb method, String uri) HttpRequestBuilder
(EHttpVerb method, URI uri) -
Uses of EHttpVerb in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EHttpVerbModifier and TypeMethodDescriptionstatic EHttpVerb
static EHttpVerb
EHttpVerb.ofNameOrNull
(String verb) static EHttpVerb
Returns the enum constant of this type with the specified name.static EHttpVerb[]
EHttpVerb.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EHttpVerb in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type EHttpVerbModifier and TypeMethodDescriptionstatic IHttpRequestNodeBuilder
WorkflowNodeFactory.httpRequest
(EHttpVerb httpVerb, String endpointUrl) Creates a builder for a new workflow node for aEWorkflowNodeType.FC_POST_REQUEST
that sends an HTTP request to the given URL.static IHttpRequestNodeBuilder
WorkflowNodePropsFactory.httpRequest
(EHttpVerb httpVerb, String endpointUrl) Creates a builder for a new workflow node for aEWorkflowNodeType.FC_POST_REQUEST
that sends an HTTP request to the given URL.