Class DropboxNewAccessTokenJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DropboxNewAccessTokenJson
-
- All Implemented Interfaces:
Serializable
public class DropboxNewAccessTokenJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DropboxNewAccessTokenJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccess_token()
String
getAccount_id()
String
getToken_type()
String
getUid()
void
setAccess_token(String access_token)
void
setAccount_id(String account_id)
void
setToken_type(String token_type)
void
setUid(String uid)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getAccess_token
public String getAccess_token()
-
setAccess_token
public void setAccess_token(String access_token)
-
getUid
public String getUid()
-
setUid
public void setUid(String uid)
-
getAccount_id
public String getAccount_id()
-
setAccount_id
public void setAccount_id(String account_id)
-
getToken_type
public String getToken_type()
-
setToken_type
public void setToken_type(String token_type)
-
-