Uses of Class
com.orbitz.consul.model.kv.Verb
-
Packages that use Verb Package Description com.orbitz.consul.model.kv -
-
Uses of Verb in com.orbitz.consul.model.kv
Methods in com.orbitz.consul.model.kv that return Verb Modifier and Type Method Description static VerbVerb. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Verb[]Verb. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orbitz.consul.model.kv with parameters of type Verb Modifier and Type Method Description static ImmutableOperation.BuilderOperation. builder(Verb verb)
-