public class DbxAccountInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
displayName
The recommended string to display to identify an account.
|
java.lang.String |
orgName
The user's organization's name, if available, or
null otherwise. |
java.lang.String |
userName
The user's name.
|
public final java.lang.String displayName
DbxAccountInfo.orgName
is null
, otherwise it's "userName (orgName)".public final java.lang.String userName
public final java.lang.String orgName
null
otherwise.