public class ClearCheckBookConnection extends Object
| Constructor and Description |
|---|
ClearCheckBookConnection(String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
AccountCall |
account() |
CategoryCall |
category() |
String |
deletePage(String url,
ParsedNameValuePair... parameters) |
String |
getBaseurl() |
String |
getPage(String url,
ParsedNameValuePair... parameters) |
String |
getUserName() |
LimitCall |
limit() |
String |
postPage(String url,
ParsedNameValuePair... parameters) |
PremiumCall |
premium() |
String |
putPage(String url,
ParsedNameValuePair... parameters) |
ReminderCall |
reminder() |
ReportCall |
report() |
TransactionCall |
transaction() |
UserCall |
user() |
public final String baseurl
public AccountCall account()
public CategoryCall category()
public LimitCall limit()
public PremiumCall premium()
public ReminderCall reminder()
public ReportCall report()
public TransactionCall transaction()
public UserCall user()
public String getUserName()
public String getBaseurl()
public String getPage(String url, ParsedNameValuePair... parameters) throws IOException
url - parameters - IOExceptionpublic String postPage(String url, ParsedNameValuePair... parameters) throws IOException
url - parameters - IOExceptionpublic String putPage(String url, ParsedNameValuePair... parameters) throws IOException
url - parameters - IOExceptionpublic String deletePage(String url, ParsedNameValuePair... parameters) throws IOException
url - parameters - IOExceptionCopyright © 2014 Leonard UK Ltd. All rights reserved.