public class BoxUser.Info extends BoxCollaborator.Info
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets the address of the user.
|
String |
getAvatarURL()
Gets the URL of the user's avatar.
|
String |
getJobTitle()
Gets the job title of the user.
|
String |
getLanguage()
Gets the language of the user.
|
String |
getLogin()
Gets the email address the user uses to login.
|
long |
getMaxUploadSize()
Gets the maximum individual file size in bytes the user can have.
|
String |
getPhone()
Gets the phone number of the user.
|
BoxUser |
getResource()
Gets the resource associated with this Info.
|
BoxUser.Role |
getRole()
Gets the user's enterprise role.
|
long |
getSpaceAmount()
Gets the user's total available space in bytes.
|
long |
getSpaceUsed()
Gets the amount of space the user has used in bytes.
|
BoxUser.Status |
getStatus()
Gets the user's current account status.
|
String |
getTimezone()
Gets the timezone of the user.
|
protected void |
parseJSONMember(JsonObject.Member member)
Invoked with a JSON member whenever this object is updated or created from a JSON object.
|
getCreatedAt, getModifiedAt, getName, setName
getID
clearPendingChanges, getPendingChanges
public BoxUser getResource()
BoxResource.Info
getResource
in class BoxResource.Info
public String getLogin()
public BoxUser.Role getRole()
public String getLanguage()
public String getTimezone()
public long getSpaceAmount()
public long getSpaceUsed()
public long getMaxUploadSize()
public BoxUser.Status getStatus()
public String getJobTitle()
public String getPhone()
public String getAddress()
public String getAvatarURL()
protected void parseJSONMember(JsonObject.Member member)
BoxJSONObject
Subclasses should override this method in order to parse any JSON members it knows about. This method is a no-op by default.
parseJSONMember
in class BoxCollaborator.Info
member
- the JSON member to be parsed.