Uses of Enum Class
io.vertigo.vega.webservice.definitions.WebServiceDefinition.Verb
Packages that use WebServiceDefinition.Verb
-
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 -
Uses of WebServiceDefinition.Verb in io.vertigo.vega.webservice.definitions
Methods in io.vertigo.vega.webservice.definitions that return WebServiceDefinition.VerbModifier and TypeMethodDescriptionWebServiceDefinition.getVerb()static WebServiceDefinition.VerbReturns the enum constant of this class with the specified name.static WebServiceDefinition.Verb[]WebServiceDefinition.Verb.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.vertigo.vega.webservice.definitions with parameters of type WebServiceDefinition.VerbModifier and TypeMethodDescriptionWebServiceDefinitionBuilder.with(WebServiceDefinition.Verb verb, String path)