public class DbxAccountInfo extends Dumpable
Modifier and Type | Class and Description |
---|---|
static class |
DbxAccountInfo.Quota |
Modifier and Type | Field and Description |
---|---|
String |
country |
String |
displayName |
DbxAccountInfo.Quota |
quota |
static JsonReader<DbxAccountInfo> |
Reader |
String |
referralLink |
long |
userId |
Constructor and Description |
---|
DbxAccountInfo(long userId,
String displayName,
String country,
String referralLink,
DbxAccountInfo.Quota quota) |
Modifier and Type | Method and Description |
---|---|
protected void |
dumpFields(DumpWriter out) |
getTypeName, toString, toString, toStringMultiline, toStringMultiline
public final long userId
public final String displayName
public final String country
public final String referralLink
public final DbxAccountInfo.Quota quota
public static final JsonReader<DbxAccountInfo> Reader
public DbxAccountInfo(long userId, String displayName, String country, String referralLink, DbxAccountInfo.Quota quota)
protected void dumpFields(DumpWriter out)
dumpFields
in class Dumpable
Copyright © 2014. All rights reserved.