Package com.restfb.types.webhook
Class Change
java.lang.Object
com.restfb.types.webhook.Change
The transferred change containing the field and the value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetField()
the subscribed field.getValue()
value of this change.void
the subscribed field.void
setValue
(ChangeValue value) value of this change.toString()
-
Constructor Details
-
Change
public Change()
-
-
Method Details
-
toString
-
getField
the subscribed field. -
setField
the subscribed field. -
getValue
value of this change. You have to check the current class implementation because the value depends on the change Facebook sends to you.- Returns:
- the current changed value, may be
null
-
setValue
value of this change. You have to check the current class implementation because the value depends on the change Facebook sends to you.
-