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',