Package com.restfb.types.webhook
Class SimpleStringChangeValue
- java.lang.Object
-
- com.restfb.types.webhook.ChangeValue
-
- com.restfb.types.webhook.SimpleStringChangeValue
-
public class SimpleStringChangeValue extends ChangeValue
Simple Change value to access values that are simple Strings, e.g. user email is changed and the INCLUDE VALUES feature is activated in the subscription
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
-
Constructor Summary
Constructors Constructor Description SimpleStringChangeValue(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
void
setValue(String value)
-
Methods inherited from class com.restfb.types.webhook.ChangeValue
convertChangeValue, equals, hashCode, isWhatsapp, toString
-
-