public class User extends UserMini
| Modifier and Type | Class and Description |
|---|---|
static class |
User.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
address
The user’s address.
|
protected String |
avatarUrl
URL of the user’s avatar image.
|
protected OffsetDateTime |
createdAt
When the user object was created.
|
protected String |
jobTitle
The user’s job title.
|
protected String |
language
The language of the user, formatted in modified version of the [ISO
639-1](https://developer.box.com/guides/api-calls/language-codes) format.
|
protected Long |
maxUploadSize
The maximum individual file size in bytes the user can have.
|
protected OffsetDateTime |
modifiedAt
When the user object was last modified.
|
protected UserNotificationEmailField |
notificationEmail
An alternate notification email address to which email notifications are sent.
|
protected String |
phone
The user’s phone number.
|
protected Long |
spaceAmount
The user’s total available space amount in bytes.
|
protected Long |
spaceUsed
The amount of space in use by the user.
|
protected EnumWrapper<UserStatusField> |
status
The user's account status.
|
protected String |
timezone
The user's timezone.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
User(String id) |
protected |
User(User.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAddress() |
String |
getAvatarUrl() |
OffsetDateTime |
getCreatedAt() |
String |
getJobTitle() |
String |
getLanguage() |
Long |
getMaxUploadSize() |
OffsetDateTime |
getModifiedAt() |
UserNotificationEmailField |
getNotificationEmail() |
String |
getPhone() |
Long |
getSpaceAmount() |
Long |
getSpaceUsed() |
EnumWrapper<UserStatusField> |
getStatus() |
String |
getTimezone() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected OffsetDateTime createdAt
protected OffsetDateTime modifiedAt
protected String language
protected Long spaceAmount
protected Long maxUploadSize
protected EnumWrapper<UserStatusField> status
protected UserNotificationEmailField notificationEmail
protected User(User.Builder builder)
public OffsetDateTime getCreatedAt()
public OffsetDateTime getModifiedAt()
public String getLanguage()
public String getTimezone()
public Long getSpaceAmount()
public Long getSpaceUsed()
public Long getMaxUploadSize()
public EnumWrapper<UserStatusField> getStatus()
public String getJobTitle()
public String getAddress()
public String getAvatarUrl()
public UserNotificationEmailField getNotificationEmail()