Class AbstractWhatsappBaseChangeValue
- java.lang.Object
-
- com.restfb.types.webhook.ChangeValue
-
- com.restfb.types.webhook.whatsapp.AbstractWhatsappBaseChangeValue
-
- Direct Known Subclasses:
AccountReviewUpdateValue
,AccountUpdateValue
,MessageTemplateStatusUpdateValue
,PhoneNumberNameUpdateValue
,PhoneNumberQualityUpdateValue
,WhatsappMessagesValue
public abstract class AbstractWhatsappBaseChangeValue extends ChangeValue
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
-
Constructor Summary
Constructors Constructor Description AbstractWhatsappBaseChangeValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isWhatsapp()
-
Methods inherited from class com.restfb.types.webhook.ChangeValue
convertChangeValue, equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AbstractWhatsappBaseChangeValue
public AbstractWhatsappBaseChangeValue()
-
-
Method Detail
-
isWhatsapp
public boolean isWhatsapp()
- Overrides:
isWhatsapp
in classChangeValue
-
-