Uses of Enum Class
it.auties.whatsapp.model.info.BusinessAccountLinkInfo.AccountType
Packages that use BusinessAccountLinkInfo.AccountType
-
Uses of BusinessAccountLinkInfo.AccountType in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as BusinessAccountLinkInfo.AccountTypeModifier and TypeFieldDescriptionprivate final BusinessAccountLinkInfo.AccountTypeBusinessAccountLinkInfo.accountTypeThe field for theaccountTyperecord component.BusinessAccountLinkInfoBuilder.accountTypeMethods in it.auties.whatsapp.model.info that return BusinessAccountLinkInfo.AccountTypeModifier and TypeMethodDescriptionBusinessAccountLinkInfo.accountType()Returns the value of theaccountTyperecord component.Returns the enum constant of this class with the specified name.static BusinessAccountLinkInfo.AccountType[]BusinessAccountLinkInfo.AccountType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.info that return types with arguments of type BusinessAccountLinkInfo.AccountTypeMethods in it.auties.whatsapp.model.info with parameters of type BusinessAccountLinkInfo.AccountTypeModifier and TypeMethodDescriptionBusinessAccountLinkInfoBuilder.accountType(BusinessAccountLinkInfo.AccountType accountType) static IntegerBusinessAccountLinkInfoAccountTypeSpec.encode(BusinessAccountLinkInfo.AccountType protoInputObject) Constructors in it.auties.whatsapp.model.info with parameters of type BusinessAccountLinkInfo.AccountTypeModifierConstructorDescriptionBusinessAccountLinkInfo(long businessId, String phoneNumber, long issueTimeSeconds, BusinessAccountLinkInfo.HostStorageType hostStorage, BusinessAccountLinkInfo.AccountType accountType) Creates an instance of aBusinessAccountLinkInforecord class.