|
Clearspace API (2.0.15) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.WSJiveObject
com.jivesoftware.community.webservices.WSAvatar
public class WSAvatar
An object that represents a user's avatar. Avatars give a user the ability to specify an image that will be displayed alongside their username throughout the application.
| Field Summary |
|---|
| Fields inherited from class com.jivesoftware.community.webservices.WSJiveObject |
|---|
id, objectType |
| Constructor Summary | |
|---|---|
WSAvatar()
|
|
| Method Summary | |
|---|---|
WSAttachment |
getAttachment()
Returns the attachment for this avatar |
WSUser |
getOwner()
Returns user who created this avatar, if the user is null then this is a global avatar |
java.util.HashMap<java.lang.String,java.lang.String> |
getProperties()
Retrieve a map of all the extended properties for the avatar. |
void |
setAttachment(WSAttachment attachment)
Sets the attachment for this avatar |
void |
setOwner(WSUser owner)
Set the user who created this avatar, if the user is null then this is a global avatar |
void |
setProperties(java.util.HashMap<java.lang.String,java.lang.String> properties)
Sets a map of all the extended properties for the avatar. |
| Methods inherited from class com.jivesoftware.community.webservices.WSJiveObject |
|---|
equals, getID, getObjectType, hashCode, setID, setObjectType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WSAvatar()
| Method Detail |
|---|
public WSAttachment getAttachment()
throws AttachmentNotFoundException
AttachmentNotFoundException - if we could not find an attachment for this avatarpublic void setAttachment(WSAttachment attachment)
attachment - the attachment for this avatarpublic WSUser getOwner()
public void setOwner(WSUser owner)
owner - the user who created this avatarpublic java.util.HashMap<java.lang.String,java.lang.String> getProperties()
public void setProperties(java.util.HashMap<java.lang.String,java.lang.String> properties)
properties - a map of avatar extended properties.
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||