Uses of Interface
org.wso2.carbon.registry.social.api.people.userprofile.model.ListField

Packages that use ListField
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
 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
 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
 interface Url
           
 



Copyright © 2015 WSO2. All Rights Reserved.