Uses of Class
io.vertigo.vega.webservice.definitions.WebServiceDefinition.Verb
-
Packages that use WebServiceDefinition.Verb Package Description io.vertigo.vega.impl.webservice.client io.vertigo.vega.webservice.definitions -
-
Uses of WebServiceDefinition.Verb in io.vertigo.vega.impl.webservice.client
Methods in io.vertigo.vega.impl.webservice.client with parameters of type WebServiceDefinition.Verb Modifier and Type Method Description void
HttpRequestBuilder. verb(WebServiceDefinition.Verb verb)
-
Uses of WebServiceDefinition.Verb in io.vertigo.vega.webservice.definitions
Methods in io.vertigo.vega.webservice.definitions that return WebServiceDefinition.Verb Modifier and Type Method Description WebServiceDefinition.Verb
WebServiceDefinition. getVerb()
static WebServiceDefinition.Verb
WebServiceDefinition.Verb. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebServiceDefinition.Verb[]
WebServiceDefinition.Verb. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertigo.vega.webservice.definitions with parameters of type WebServiceDefinition.Verb Modifier and Type Method Description WebServiceDefinitionBuilder
WebServiceDefinitionBuilder. with(WebServiceDefinition.Verb verb, String path)
-