Uses of Enum Class
io.vertigo.studio.notebook.webservices.WebServiceSketch.Verb
Packages that use WebServiceSketch.Verb
-
Uses of WebServiceSketch.Verb in io.vertigo.studio.notebook.webservices
Methods in io.vertigo.studio.notebook.webservices that return WebServiceSketch.VerbModifier and TypeMethodDescriptionWebServiceSketch.getVerb()static WebServiceSketch.VerbReturns the enum constant of this class with the specified name.static WebServiceSketch.Verb[]WebServiceSketch.Verb.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.vertigo.studio.notebook.webservices with parameters of type WebServiceSketch.VerbModifierConstructorDescriptionWebServiceSketch(String name, WebServiceSketch.Verb verb, String path, List<WebServiceSketchParam> webServiceParams, Optional<WebServiceSketchResponseContent> webServiceResponseContentOpt, String moduleName, Optional<String> groupNameOpt, String humanReadableAction, String doc) Constructor.