Class AccountUpdateValue
- java.lang.Object
-
- com.restfb.types.webhook.ChangeValue
-
- com.restfb.types.webhook.whatsapp.AbstractWhatsappBaseChangeValue
-
- com.restfb.types.webhook.whatsapp.AccountUpdateValue
-
public class AccountUpdateValue extends AbstractWhatsappBaseChangeValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccountUpdateValue.BanInfo
-
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
-
Constructor Summary
Constructors Constructor Description AccountUpdateValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountUpdateValue.BanInfo
getBanInfo()
String
getEvent()
String
getPhoneNumber()
-
Methods inherited from class com.restfb.types.webhook.whatsapp.AbstractWhatsappBaseChangeValue
isWhatsapp
-
Methods inherited from class com.restfb.types.webhook.ChangeValue
convertChangeValue, equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AccountUpdateValue
public AccountUpdateValue()
-
-
Method Detail
-
getPhoneNumber
public String getPhoneNumber()
-
getBanInfo
public AccountUpdateValue.BanInfo getBanInfo()
-
-