|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.rpc.soap.beans.RemoteAvatar
public class RemoteAvatar
A remote API representation of the Avatar entity.
| Constructor Summary | |
|---|---|
RemoteAvatar(long id,
java.lang.String contentType,
java.lang.String owner,
boolean system,
java.lang.String type,
java.lang.String base64Data)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBase64Data()
Provides the image data for the avatar. |
java.lang.String |
getContentType()
Provides the MIME type of the image. |
long |
getId()
Provides the database unique identifier for the Avatar. |
java.lang.String |
getOwner()
Returns the entity to which this avatar belongs if it is custom. |
java.lang.String |
getType()
Provides a string reprentation of the type of avatar, e.g. |
boolean |
isSystem()
Indicates whether the avatar is a system or custom avatar. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteAvatar(long id,
java.lang.String contentType,
java.lang.String owner,
boolean system,
java.lang.String type,
java.lang.String base64Data)
| Method Detail |
|---|
public java.lang.String getContentType()
public long getId()
public boolean isSystem()
public java.lang.String getOwner()
public java.lang.String getType()
public java.lang.String getBase64Data()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||