Package | Description |
---|---|
org.wso2.carbon.registry.social.api.people.userprofile | |
org.wso2.carbon.registry.social.api.people.userprofile.model |
Modifier and Type | Method and Description |
---|---|
List<ListField> |
Person.getEmails()
Get the person's Emails associated with the person.
|
List<ListField> |
Person.getIms()
Get a list of Instant messaging address for this Person.
|
List<ListField> |
Person.getPhoneNumbers()
Get the Phone numbers associated with the person.
|
List<ListField> |
Person.getPhotos()
URL of a photo of this person.
|
Modifier and Type | Method and Description |
---|---|
void |
Person.setEmails(List<ListField> emails)
Set the person's Emails associated with the person.
|
void |
Person.setIms(List<ListField> ims)
Set a list of Instant messaging address for this Person.
|
void |
Person.setPhoneNumbers(List<ListField> phoneNumbers)
Set the Phone numbers associated with the person.
|
void |
Person.setPhotos(List<ListField> photos)
Set a list of Photos for the person.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Url |
Copyright © 2021 WSO2. All rights reserved.