public class UserAvatarPicUrlsField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UserAvatarPicUrlsField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
large
The location of a large-sized avatar.
|
protected String |
preview
The location of the avatar preview.
|
protected String |
small
The location of a small-sized avatar.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UserAvatarPicUrlsField() |
protected |
UserAvatarPicUrlsField(UserAvatarPicUrlsField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLarge() |
String |
getPreview() |
String |
getSmall() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic UserAvatarPicUrlsField()
protected UserAvatarPicUrlsField(UserAvatarPicUrlsField.Builder builder)
public String getPreview()