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 EHttpVerbstatic EHttpVerbEHttpVerb.ofNameOrNull(String verb) static EHttpVerbReturns 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 IHttpRequestNodeBuilderWorkflowNodeFactory.httpRequest(EHttpVerb httpVerb, String endpointUrl) Creates a builder for a new workflow node for aEWorkflowNodeType.FC_POST_REQUESTthat sends an HTTP request to the given URL.static IHttpRequestNodeBuilderWorkflowNodePropsFactory.httpRequest(EHttpVerb httpVerb, String endpointUrl) Creates a builder for a new workflow node for aEWorkflowNodeType.FC_POST_REQUESTthat sends an HTTP request to the given URL.