Package com.restfb.types.whatsapp
Class WhatsAppNameVerificationRequest
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.whatsapp.WhatsAppNameVerificationRequest
-
- All Implemented Interfaces:
Serializable
public class WhatsAppNameVerificationRequest extends FacebookType
Represents the WhatsApp Name Verification Request type- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description WhatsAppNameVerificationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getVerifiedName()
void
setVerifiedName(String verifiedName)
-
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
WhatsAppNameVerificationRequest
public WhatsAppNameVerificationRequest()
-
-
Method Detail
-
getVerifiedName
public String getVerifiedName()
-
setVerifiedName
public void setVerifiedName(String verifiedName)
-
-