public class ContactSocial extends APIBean
| Constructor and Description |
|---|
ContactSocial()
Default constructor
|
ContactSocial(ContactSocialNetwork socialNetwork,
java.lang.String profileUrl)
Constructor used by the implementation
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProfileUrl()
Returns the profile url of the user
|
ContactSocialNetwork |
getSocialNetwork()
Returns the social network
|
void |
setProfileUrl(java.lang.String profileUrl)
Set the profile url of the iser
|
void |
setSocialNetwork(ContactSocialNetwork socialNetwork)
Set the social network
|
public ContactSocial()
public ContactSocial(ContactSocialNetwork socialNetwork, java.lang.String profileUrl)
socialNetwork - of the profileprofileUrl - of the userpublic ContactSocialNetwork getSocialNetwork()
public void setSocialNetwork(ContactSocialNetwork socialNetwork)
socialNetwork - of the profilepublic java.lang.String getProfileUrl()
public void setProfileUrl(java.lang.String profileUrl)
profileUrl - of the user