Uses of Class
io.gs2.money.model.Namespace
Packages that use Namespace
-
Uses of Namespace in io.gs2.money.model
Methods in io.gs2.money.model that return NamespaceModifier and TypeMethodDescriptionstatic NamespaceNamespace.fromJson(com.fasterxml.jackson.databind.JsonNode data) Namespace.withAppleKey(String appleKey) Namespace.withBalance(Double balance) Namespace.withCreatedAt(Long createdAt) Namespace.withCreateWalletScript(ScriptSetting createWalletScript) Namespace.withCurrency(String currency) Namespace.withDepositScript(ScriptSetting depositScript) Namespace.withDescription(String description) Namespace.withEnableFakeReceipt(Boolean enableFakeReceipt) Namespace.withGoogleKey(String googleKey) Namespace.withLogSetting(LogSetting logSetting) Namespace.withNamespaceId(String namespaceId) Namespace.withPriority(String priority) Namespace.withRevision(Long revision) Namespace.withShareFree(Boolean shareFree) Namespace.withUpdatedAt(Long updatedAt) Namespace.withWithdrawScript(ScriptSetting withdrawScript) Methods in io.gs2.money.model with parameters of type Namespace -
Uses of Namespace in io.gs2.money.result
Methods in io.gs2.money.result that return NamespaceModifier and TypeMethodDescriptionCreateNamespaceResult.getItem()DeleteNamespaceResult.getItem()GetNamespaceResult.getItem()UpdateNamespaceResult.getItem()Methods in io.gs2.money.result that return types with arguments of type NamespaceMethods in io.gs2.money.result with parameters of type NamespaceModifier and TypeMethodDescriptionvoidvoidvoidvoidMethod parameters in io.gs2.money.result with type arguments of type Namespace