From 49ae9548195de966bd31c9e8a796d7261ac8a54f Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 10 Oct 2017 11:11:35 +0200 Subject: [PATCH] Added all AccountCreator related enums to main class in java wrapper --- wrappers/java/genwrapper.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wrappers/java/genwrapper.py b/wrappers/java/genwrapper.py index 09321a82b..872e78291 100644 --- a/wrappers/java/genwrapper.py +++ b/wrappers/java/genwrapper.py @@ -291,6 +291,15 @@ class GenWrapper(object): self.interfaces = {} self.classes = {} self.enums_list = { + 'AccountCreatorActivationCodeStatus': 'AccountCreator', + 'AccountCreatorDomainStatus': 'AccountCreator', + 'AccountCreatorEmailStatus': 'AccountCreator', + 'AccountCreatorLanguageStatus': 'AccountCreator', + 'AccountCreatorPasswordStatus': 'AccountCreator', + 'AccountCreatorPhoneNumberStatus': 'AccountCreator', + 'AccountCreatorStatus': 'AccountCreator', + 'AccountCreatorTransportStatus': 'AccountCreator', + 'AccountCreatorUsernameStatus': 'AccountCreator', 'AddressFamily': 'CallStats', 'CallDir': 'Call', 'CallState': 'Call',