Package com.restfb.types.webhook
Class ListJsonChangeValue
- java.lang.Object
-
- com.restfb.types.webhook.ChangeValue
-
- com.restfb.types.webhook.ListJsonChangeValue
-
public class ListJsonChangeValue extends ChangeValue
ChangeValue that provides access to JsonObject lists, used in work history for example.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
-
Constructor Summary
Constructors Constructor Description ListJsonChangeValue(List<JsonValue> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JsonObject>
getValue()
void
setValue(List<JsonObject> value)
-
Methods inherited from class com.restfb.types.webhook.ChangeValue
convertChangeValue, equals, hashCode, isWhatsapp, toString
-
-
-
-
Constructor Detail
-
ListJsonChangeValue
public ListJsonChangeValue(List<JsonValue> values)
-
-
Method Detail
-
getValue
public List<JsonObject> getValue()
-
setValue
public void setValue(List<JsonObject> value)
-
-