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
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. |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
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 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
String
getReferalLink
()
public
void
setCountry
(String country)
public
void
setDisplayName
(String displayName)
public
void
setEmail
(String email)
public
void
setReferalLink
(String referalLink)
public
void
setUid
(String uid)