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 voidHttpRequestBuilder. 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.VerbWebServiceDefinition. getVerb()static WebServiceDefinition.VerbWebServiceDefinition.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 WebServiceDefinitionBuilderWebServiceDefinitionBuilder. with(WebServiceDefinition.Verb verb, String path)
-