public class AvatarInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_SIZE
Size in pixels the UI prefers an avatar image to be.
|
java.lang.Integer |
height |
java.lang.String |
url |
java.lang.Integer |
width |
Constructor and Description |
---|
AvatarInfo() |
public static final int DEFAULT_SIZE
The web UI prefers avatar images to be square, both the height and width of the image should be this size. The height is the more important dimension to match than the width.
public java.lang.String url
public java.lang.Integer height
public java.lang.Integer width