Package | Description |
---|---|
org.wso2.carbon.registry.social.api.message | |
org.wso2.carbon.registry.social.api.people.userprofile |
Modifier and Type | Method and Description |
---|---|
List<Url> |
MessageCollection.getUrls()
Get the URLs related to the message collection.
|
List<Url> |
Message.getUrls()
Get the URLs related to the message
|
Modifier and Type | Method and Description |
---|---|
void |
MessageCollection.setUrls(List<Url> urls)
Set the URLs related to the message collection
|
void |
Message.setUrls(List<Url> urls)
Set the URLs related to the message
|
Modifier and Type | Method and Description |
---|---|
Url |
Person.getProfileSong()
Get the Person's profile song, specified as an
Url . |
Url |
Person.getProfileVideo()
Get the Person's profile video.
|
Modifier and Type | Method and Description |
---|---|
List<Url> |
Person.getUrls()
Get the URLs related to the person, their webpages, or feeds Container support for this field
is OPTIONAL.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and 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.
|
Copyright © 2019 WSO2. All rights reserved.