Uses of Class
de.xima.fc.mdl.enums.EHttpVerb
-
Packages that use EHttpVerb Package Description de.xima.fc.http de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.workflow.processor.factory -
-
Uses of EHttpVerb in de.xima.fc.http
Constructors in de.xima.fc.http with parameters of type EHttpVerb Constructor Description HttpRequestBuilder(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 EHttpVerb Modifier and Type Method Description static EHttpVerb
EHttpVerb. ofName(String verb)
static EHttpVerb
EHttpVerb. ofNameOrNull(String verb)
static EHttpVerb
EHttpVerb. valueOf(String name)
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 EHttpVerb Modifier and Type Method Description static IPostRequestNodeBuilder
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.
-