Uses of Class
com.rometools.modules.activitystreams.types.Verb
-
Packages that use Verb Package Description com.rometools.modules.activitystreams com.rometools.modules.activitystreams.types -
-
Uses of Verb in com.rometools.modules.activitystreams
Methods in com.rometools.modules.activitystreams that return Verb Modifier and Type Method Description VerbActivityStreamModule. getVerb()VerbActivityStreamModuleImpl. getVerb()Get the value of verbMethods in com.rometools.modules.activitystreams with parameters of type Verb Modifier and Type Method Description voidActivityStreamModule. setVerb(Verb verb)voidActivityStreamModuleImpl. setVerb(Verb newverb)Set the value of verb -
Uses of Verb in com.rometools.modules.activitystreams.types
Methods in com.rometools.modules.activitystreams.types that return Verb Modifier and Type Method Description static VerbVerb. fromIRI(String iri)static VerbVerb. valueOf(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.
-