Uses of Class
org.hyperledger.aries.api.multitenancy.WalletDispatchType
-
Packages that use WalletDispatchType Package Description org.hyperledger.aries.api.multitenancy -
-
Uses of WalletDispatchType in org.hyperledger.aries.api.multitenancy
Methods in org.hyperledger.aries.api.multitenancy that return WalletDispatchType Modifier and Type Method Description WalletDispatchTypeCreateWalletRequest. getWalletDispatchType()WalletDispatchTypeUpdateWalletRequest. getWalletDispatchType()WalletDispatchTypeWalletRecord.WalletSettings. getWalletDispatchType()static WalletDispatchTypeWalletDispatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static WalletDispatchType[]WalletDispatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.multitenancy with parameters of type WalletDispatchType Modifier and Type Method Description voidCreateWalletRequest. setWalletDispatchType(WalletDispatchType walletDispatchType)voidUpdateWalletRequest. setWalletDispatchType(WalletDispatchType walletDispatchType)voidWalletRecord.WalletSettings. setWalletDispatchType(WalletDispatchType walletDispatchType)CreateWalletRequest.CreateWalletRequestBuilderCreateWalletRequest.CreateWalletRequestBuilder. walletDispatchType(WalletDispatchType walletDispatchType)UpdateWalletRequest.UpdateWalletRequestBuilderUpdateWalletRequest.UpdateWalletRequestBuilder. walletDispatchType(WalletDispatchType walletDispatchType)Constructors in org.hyperledger.aries.api.multitenancy with parameters of type WalletDispatchType Constructor Description CreateWalletRequest(String imageUrl, KeyManagementMode keyManagementMode, String label, WalletDispatchType walletDispatchType, String walletKey, WalletKeyDerivation walletKeyDerivation, String walletName, WalletType walletType, List<String> walletWebhookUrls)UpdateWalletRequest(String imageUrl, String label, WalletDispatchType walletDispatchType, List<String> walletWebhookUrls)
-