public interface AvatarReference
Modifier and Type | Interface and Description |
---|---|
static class |
AvatarReference.BlobAvatar
An image represented as a blob of bytes along with a content type.
|
static class |
AvatarReference.UriAvatarReference
A reference to an avatar available through a user's browser.
|
Modifier and Type | Method and Description |
---|---|
URI |
toUri()
Return a URI, which may be a large
data: URI, that points to this avatar. |
URI toUri()
data:
URI, that points to this avatar. This is not
suitable for redirecting to with a Location header, but is suitable for embedding
directly in an HTML page.Copyright © 2020 Atlassian. All rights reserved.