|
static final Account.Type | CREDIT_CARD = new Type("CREDIT_CARD", "Credit Card") |
|
static final Account.Type | DEVICE = new Type("DEVICE", "Device") |
|
static final Account.Type | EMAIL = new Type("EMAIL", "Email") |
|
static final Account.Type | FACEBOOK = new Type("FACEBOOK", "Facebook") |
|
static final Account.Type | INSTAGRAM = new Type("INSTAGRAM", "Instagram") |
|
static final Account.Type | MESSAGING_APP = new Type("MESSAGING_APP", "MessagingApp") |
|
static final Account.Type | PHONE = new Type("PHONE", "Phone") |
|
static final List< Account.Type > | PREDEFINED_ACCOUNT_TYPES |
|
static final Account.Type | TWITTER = new Type("TWITTER", "Twitter") |
|
static final Account.Type | WEBSITE = new Type("WEBSITE", "Website") |
|
static final Account.Type | WHATSAPP = new Type("WHATSAPP", "Facebook") |
|
Definition at line 44 of file Account.java.
boolean org.sleuthkit.datamodel.Account.Type.equals |
( |
Object |
that | ) |
|
String org.sleuthkit.datamodel.Account.Type.getDisplayName |
( |
| ) |
|
String org.sleuthkit.datamodel.Account.Type.getTypeName |
( |
| ) |
|
int org.sleuthkit.datamodel.Account.Type.hashCode |
( |
| ) |
|
String org.sleuthkit.datamodel.Account.Type.toString |
( |
| ) |
|
final Account.Type org.sleuthkit.datamodel.Account.Type.CREDIT_CARD = new Type("CREDIT_CARD", "Credit Card") |
|
static |
final Account.Type org.sleuthkit.datamodel.Account.Type.DEVICE = new Type("DEVICE", "Device") |
|
static |
final String org.sleuthkit.datamodel.Account.Type.displayName |
|
private |
final Account.Type org.sleuthkit.datamodel.Account.Type.EMAIL = new Type("EMAIL", "Email") |
|
static |
final Account.Type org.sleuthkit.datamodel.Account.Type.FACEBOOK = new Type("FACEBOOK", "Facebook") |
|
static |
final Account.Type org.sleuthkit.datamodel.Account.Type.INSTAGRAM = new Type("INSTAGRAM", "Instagram") |
|
static |
final Account.Type org.sleuthkit.datamodel.Account.Type.MESSAGING_APP = new Type("MESSAGING_APP", "MessagingApp") |
|
static |
final Account.Type org.sleuthkit.datamodel.Account.Type.PHONE = new Type("PHONE", "Phone") |
|
static |
final List<Account.Type> org.sleuthkit.datamodel.Account.Type.PREDEFINED_ACCOUNT_TYPES |
|
static |
final long org.sleuthkit.datamodel.Account.Type.serialVersionUID = 1L |
|
staticprivate |
final Account.Type org.sleuthkit.datamodel.Account.Type.TWITTER = new Type("TWITTER", "Twitter") |
|
static |
final String org.sleuthkit.datamodel.Account.Type.typeName |
|
private |
final Account.Type org.sleuthkit.datamodel.Account.Type.WEBSITE = new Type("WEBSITE", "Website") |
|
static |
final Account.Type org.sleuthkit.datamodel.Account.Type.WHATSAPP = new Type("WHATSAPP", "Facebook") |
|
static |
The documentation for this class was generated from the following file:
- /home/carriersleuth/repos/sleuthkit/bindings/java/src/org/sleuthkit/datamodel/Account.java