Package com.restfb.types.webhook
Class Change
- java.lang.Object
-
- com.restfb.types.webhook.Change
-
-
Constructor Summary
Constructors Constructor Description Change()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getField()
the subscribed field.ChangeValue
getValue()
value of this change.void
setField(String field)
the subscribed field.void
setValue(ChangeValue value)
value of this change.String
toString()
-
-
-
Constructor Detail
-
Change
public Change()
-
-
Method Detail
-
getValue
public ChangeValue 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
public void setValue(ChangeValue value)
value of this change. You have to check the current class implementation because the value depends on the change Facebook sends to you.
-
-