Uses of Class
org.exoplatform.wallet.model.WalletType
-
Packages that use WalletType Package Description org.exoplatform.wallet.model org.exoplatform.wallet.utils -
-
Uses of WalletType in org.exoplatform.wallet.model
Methods in org.exoplatform.wallet.model that return WalletType Modifier and Type Method Description static WalletTypeWalletType. getType(String type)static WalletTypeWalletType. valueOf(String name)Returns the enum constant of this type with the specified name.static WalletType[]WalletType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WalletType in org.exoplatform.wallet.utils
Methods in org.exoplatform.wallet.utils with parameters of type WalletType Modifier and Type Method Description static org.exoplatform.social.core.identity.model.IdentityWalletUtils. getIdentityByTypeAndId(WalletType type, String remoteId)
-