Package com.restfb.types.webhook
Class FallBackChangeValue
- java.lang.Object
-
- com.restfb.types.webhook.ChangeValue
-
- com.restfb.types.webhook.FallBackChangeValue
-
public class FallBackChangeValue extends ChangeValue
Fallback for not unimplemented change values
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
-
Constructor Summary
Constructors Constructor Description FallBackChangeValue(JsonObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonObject
getRawJson()
void
setRawJson(JsonObject rawJson)
String
toString()
-
Methods inherited from class com.restfb.types.webhook.ChangeValue
convertChangeValue, equals, hashCode, isWhatsapp
-
-
-
-
Constructor Detail
-
FallBackChangeValue
public FallBackChangeValue(JsonObject json)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classChangeValue
- See Also:
Object.toString()
-
getRawJson
public JsonObject getRawJson()
-
setRawJson
public void setRawJson(JsonObject rawJson)
-
-