Package com.restfb.types.webhook
Class UserPageValue
- java.lang.Object
-
- com.restfb.types.webhook.ChangeValue
-
- com.restfb.types.webhook.messaging.UserVerbValue
-
- com.restfb.types.webhook.UserPageValue
-
public class UserPageValue extends UserVerbValue
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
-
Constructor Summary
Constructors Constructor Description UserPageValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPage()
void
setPage(String page)
-
Methods inherited from class com.restfb.types.webhook.messaging.UserVerbValue
getVerb, setVerb
-
Methods inherited from class com.restfb.types.webhook.ChangeValue
convertChangeValue, equals, hashCode, isWhatsapp, toString
-
-
-
-
Constructor Detail
-
UserPageValue
public UserPageValue()
-
-