Class Change


  • public class Change
    extends Object
    The transferred change containing the field and the value
    • Constructor Detail

    • Method Detail

      • setField

        public void setField​(String field)
        the subscribed field.
      • 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.