- getAccount() - Method in class ca.jeffrey.watcard.WatAccount
-
- getAccount() - Method in class ca.jeffrey.watcard.WatTransaction
-
- getAddress() - Method in class ca.jeffrey.watcard.WatAccount
-
- getAmount() - Method in class ca.jeffrey.watcard.WatTransaction
-
- getBalances() - Method in class ca.jeffrey.watcard.WatAccount
-
Get account balances
- getBirthDate() - Method in class ca.jeffrey.watcard.WatAccount
-
- getCookieStore() - Method in class ca.jeffrey.watcard.WatSession
-
- getDateTime() - Method in class ca.jeffrey.watcard.WatTransaction
-
- getEmail() - Method in class ca.jeffrey.watcard.WatAccount
-
- getFlexBalance() - Method in class ca.jeffrey.watcard.WatAccount
-
Returns amount of Flex Dollars in account by adding up all three Flex accounts.
- getId() - Method in class ca.jeffrey.watcard.WatBalance
-
- getLastDaysTransactions(int, boolean) - Method in class ca.jeffrey.watcard.WatAccount
-
Returns a list of all transactions completed within a given amount of days from now.
- getLimit() - Method in class ca.jeffrey.watcard.WatBalance
-
- getMaritalStatus() - Method in class ca.jeffrey.watcard.WatAccount
-
- getMealBalance() - Method in class ca.jeffrey.watcard.WatAccount
-
Returns amount of meal plan funds.
- getMobile() - Method in class ca.jeffrey.watcard.WatAccount
-
- getName() - Method in class ca.jeffrey.watcard.WatAccount
-
- getName() - Method in class ca.jeffrey.watcard.WatBalance
-
- getPassword() - Method in class ca.jeffrey.watcard.WatAccount
-
- getPhone() - Method in class ca.jeffrey.watcard.WatAccount
-
- getSession() - Method in class ca.jeffrey.watcard.WatAccount
-
- getSex() - Method in class ca.jeffrey.watcard.WatAccount
-
- getTerminal() - Method in class ca.jeffrey.watcard.WatTransaction
-
- getTransactions(String) - Method in class ca.jeffrey.watcard.WatAccount
-
Returns a list of transactions from the given url.
- getTransactions(LocalDateTime) - Method in class ca.jeffrey.watcard.WatAccount
-
Returns a list of transactions from a given date to now.
- getTransactions(LocalDateTime, int) - Method in class ca.jeffrey.watcard.WatAccount
-
Returns a list of transactions from a given date to now, containing only the last quantity
transactions.
- getTransactions(LocalDateTime, LocalDateTime) - Method in class ca.jeffrey.watcard.WatAccount
-
Returns a list of all transactions completed between two dates.
- getTransactions(LocalDateTime, LocalDateTime, int) - Method in class ca.jeffrey.watcard.WatAccount
-
Returns a list of all transactions completed between two dates, containing only the last quantity
transactions.
- getType() - Method in class ca.jeffrey.watcard.WatTransaction
-
- getUnit() - Method in class ca.jeffrey.watcard.WatTransaction
-
- getValue() - Method in class ca.jeffrey.watcard.WatBalance
-
- getVerificationCookie() - Method in class ca.jeffrey.watcard.WatSession
-
- getVerificationToken() - Method in class ca.jeffrey.watcard.WatSession
-
- getWatBalance(WatBalanceType) - Method in class ca.jeffrey.watcard.WatAccount
-
Returns a WatBalance of the given balance type.
- getWatBalanceValue(WatBalanceType) - Method in class ca.jeffrey.watcard.WatAccount
-
Returns the amount of funds in the given balance type.