-
- All Implemented Interfaces:
-
java.io.Serializable
public enum AccountCategory implements Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Constructor Summary
Constructors Constructor Description AccountCategory(String accountType)
-
Method Summary
Modifier and Type Method Description String
toString()
static AccountCategory
fromId(long id)
This method may not be reliable. static Array<AccountCategory>
values()
static AccountCategory
valueOf(String name)
-
-
Constructor Detail
-
AccountCategory
AccountCategory(String accountType)
-
-
Method Detail
-
fromId
@Deprecated() static AccountCategory fromId(long id)
This method may not be reliable. Use fetchAccountTypes and then call accountCategory.
-
values
static Array<AccountCategory> values()
-
valueOf
static AccountCategory valueOf(String name)
-
-
-
-