public interface AvatarDefinitionAccess
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
asNewStream()
Returns the avatar definition data stream if available, null otherwise.
|
java.lang.String |
asURL()
Returns URL for the avatar data if available, null otherwise.
|
java.lang.String |
avatarName()
The name of the avatar whose definition is provided here.
|
boolean |
isAvailable()
Indicates whether the data for this avatar definition is available.
|
java.lang.String avatarName()
boolean isAvailable()
java.io.InputStream asNewStream()
java.lang.String asURL()