Class MessageContact.ContactPhone
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.message.MessageContact.ContactPhone
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MessageContact
public static class MessageContact.ContactPhone extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContactPhone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPhone()
String
getType()
String
getWaId()
void
setPhone(String phone)
void
setType(String type)
void
setWaId(String waId)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-