Class Contact
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.message.Contact
-
- All Implemented Interfaces:
Serializable
public class Contact extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Contact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Profile
getProfile()
String
getWaId()
void
setProfile(Profile profile)
void
setWaId(String waId)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Contact
public Contact()
-
-
Method Detail
-
getProfile
public Profile getProfile()
-
setProfile
public void setProfile(Profile profile)
-
-