Uses of Interface
org.wso2.carbon.registry.social.api.people.userprofile.model.ListField
-
Packages that use ListField Package Description org.wso2.carbon.registry.social.api.people.userprofile org.wso2.carbon.registry.social.api.people.userprofile.model -
-
Uses of ListField in org.wso2.carbon.registry.social.api.people.userprofile
Methods in org.wso2.carbon.registry.social.api.people.userprofile that return types with arguments of type ListField Modifier and Type Method 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.Method parameters in org.wso2.carbon.registry.social.api.people.userprofile with type arguments of type ListField Modifier and Type Method 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. -
Uses of ListField in org.wso2.carbon.registry.social.api.people.userprofile.model
Subinterfaces of ListField in org.wso2.carbon.registry.social.api.people.userprofile.model Modifier and Type Interface Description interface
Url
-