Uses of Interface
org.wso2.carbon.registry.social.api.people.userprofile.model.Url
-
Packages that use Url Package Description 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 Modifier and Type Method Description List<Url>
Message. getUrls()
Get the URLs related to the messageList<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 Modifier and Type Method Description void
Message. setUrls(List<Url> urls)
Set the URLs related to the messagevoid
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 Modifier and Type Method Description Url
Person. getProfileSong()
Get the Person's profile song, specified as anUrl
.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 Modifier and Type Method Description 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 Modifier and Type Method Description void
Person. setProfileSong(Url profileSong)
Set the Person's profile song, specified as anUrl
.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 Modifier and Type Method Description void
Person. setUrls(List<Url> urls)
Set the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL.
-