| Package | Description |
|---|---|
| me.figo |
| Modifier and Type | Method and Description |
|---|---|
static FigoSession.FieldVisited |
FigoSession.FieldVisited.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FigoSession.FieldVisited[] |
FigoSession.FieldVisited.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FigoSession.modifySecurities(Account account,
FigoSession.FieldVisited visited)
Modifies the visited field of all securities of a specific account
|
void |
FigoSession.modifySecurities(FigoSession.FieldVisited visited)
Modifies the visited field of all securities of the current user
|
void |
FigoSession.modifySecurities(String accountId,
FigoSession.FieldVisited visited)
Modifies the visited field of all securities of a specific account
|
void |
FigoSession.modifySecurity(Security security,
FigoSession.FieldVisited visited)
Modifies the visited field of a specific security
|
void |
FigoSession.modifyTransaction(Transaction transaction,
FigoSession.FieldVisited visited)
Modifies the visited field of a specific transaction
|
void |
FigoSession.modifyTransactions(Account account,
FigoSession.FieldVisited visited)
Modifies the visited field of all transactions of a specific account
|
void |
FigoSession.modifyTransactions(FigoSession.FieldVisited visited)
Modifies the visited field of all transactions of the current user
|
void |
FigoSession.modifyTransactions(String accountId,
FigoSession.FieldVisited visited)
Modifies the visited field of all transactions of a specific account
|
Copyright © 2018 figo GmbH. All rights reserved.