@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-03T18:48:57.986-05:00") public class ApiKeyInfo extends Object
| Constructor and Description |
|---|
ApiKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
The unique identifier of the business (Bookeo account) that has installed this key.\n If the application is uninstalled, and then installed again for the same business, the api key would change, but the businessId would not.
|
Date |
getCreationTime()
[read-only]
|
List<String> |
getPermissions()
[read-only]
|
void |
setAccountId(String accountId) |
void |
setCreationTime(Date creationTime) |
void |
setPermissions(List<String> permissions) |
String |
toString() |
public String getAccountId()
public void setAccountId(String accountId)
public Date getCreationTime()
public void setCreationTime(Date creationTime)
Copyright © 2015. All rights reserved.