Uses of Class
com.restfb.types.webhook.ChangeValue.Verb
-
Packages that use ChangeValue.Verb Package Description com.restfb.types.webhook com.restfb.types.webhook.base com.restfb.types.webhook.messaging -
-
Uses of ChangeValue.Verb in com.restfb.types.webhook
Methods in com.restfb.types.webhook that return ChangeValue.Verb Modifier and Type Method Description static ChangeValue.Verb
ChangeValue.Verb. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChangeValue.Verb[]
ChangeValue.Verb. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb.types.webhook with parameters of type ChangeValue.Verb Modifier and Type Method Description ChangeValueFactory
ChangeValueFactory. setUserObjectVerb(ChangeValue.Verb userObjectVerb)
-
Uses of ChangeValue.Verb in com.restfb.types.webhook.base
Methods in com.restfb.types.webhook.base that return ChangeValue.Verb Modifier and Type Method Description ChangeValue.Verb
BaseChangeValue. getVerb()
Methods in com.restfb.types.webhook.base with parameters of type ChangeValue.Verb Modifier and Type Method Description void
BaseChangeValue. setVerb(ChangeValue.Verb verb)
-
Uses of ChangeValue.Verb in com.restfb.types.webhook.messaging
Methods in com.restfb.types.webhook.messaging that return ChangeValue.Verb Modifier and Type Method Description ChangeValue.Verb
UserVerbValue. getVerb()
Methods in com.restfb.types.webhook.messaging with parameters of type ChangeValue.Verb Modifier and Type Method Description void
UserVerbValue. setVerb(ChangeValue.Verb verb)
-