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

Packages that use Url
org.wso2.carbon.registry.social.api.message   
org.wso2.carbon.registry.social.api.people.userprofile   
 

Uses of Url in org.wso2.carbon.registry.social.api.message
 

Methods in org.wso2.carbon.registry.social.api.message that return types with arguments of type Url
 List<Url> Message.getUrls()
          Get the URLs related to the message
 List<Url> MessageCollection.getUrls()
          Get the URLs related to the message collection.
 

Method parameters in org.wso2.carbon.registry.social.api.message with type arguments of type Url
 void Message.setUrls(List<Url> urls)
          Set the URLs related to the message
 void MessageCollection.setUrls(List<Url> urls)
          Set the URLs related to the message collection
 

Uses of Url in org.wso2.carbon.registry.social.api.people.userprofile
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile that return Url
 Url Person.getProfileSong()
          Get the Person's profile song, specified as an Url.
 Url Person.getProfileVideo()
          Get the Person's profile video.
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile that return types with arguments of type Url
 List<Url> Person.getUrls()
          Get the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL.
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile with parameters of type Url
 void Person.setProfileSong(Url profileSong)
          Set the Person's profile song, specified as an Url.
 void Person.setProfileVideo(Url profileVideo)
          Set the Person's profile video.
 

Method parameters in org.wso2.carbon.registry.social.api.people.userprofile with type arguments of type Url
 void Person.setUrls(List<Url> urls)
          Set the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL.
 



Copyright © 2013 WSO2 Inc. All Rights Reserved.