public class

AccountInformation

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.dropbox.model.AccountInformation

Class Overview

Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com The software in this package is published under the terms of the CPAL v1.0 license, a copy of which has been included with this distribution in the LICENSE.md file.

Summary

Constants
long serialVersionUID
Fields
private String country The user's two-letter country code, if available.
private String displayName The user's display name.
private String email The user's email
private QuotaInformation quotaInfo The user's quota information
private String referalLink The user's referral link.
private String uid The user's unique Dropbox ID.
Public Constructors
AccountInformation()
Public Methods
String getCountry()
String getDisplayName()
String getEmail()
QuotaInformation getQuotaInfo()
String getReferalLink()
String getUid()
void setCountry(String country)
void setDisplayName(String displayName)
void setEmail(String email)
void setQuotaInfo(QuotaInformation quotaInfo)
void setReferalLink(String referalLink)
void setUid(String uid)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -1 (0xffffffffffffffff)

Fields

private String country

The user's two-letter country code, if available.

private String displayName

The user's display name.

private String email

The user's email

private QuotaInformation quotaInfo

The user's quota information

private String referalLink

The user's referral link.

private String uid

The user's unique Dropbox ID.

Public Constructors

public AccountInformation ()

Public Methods

public String getCountry ()

public String getDisplayName ()

public String getEmail ()

public QuotaInformation getQuotaInfo ()

public String getReferalLink ()

public String getUid ()

public void setCountry (String country)

Parameters
country

public void setDisplayName (String displayName)

Parameters
displayName

public void setEmail (String email)

Parameters
email

public void setQuotaInfo (QuotaInformation quotaInfo)

Parameters
quotaInfo

public void setReferalLink (String referalLink)

Parameters
referalLink

public void setUid (String uid)

Parameters
uid