Uses of Enum Class
it.auties.whatsapp.model.info.BusinessAccountLinkInfo.HostStorageType
Packages that use BusinessAccountLinkInfo.HostStorageType
-
Uses of BusinessAccountLinkInfo.HostStorageType in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as BusinessAccountLinkInfo.HostStorageTypeModifier and TypeFieldDescriptionprivate final BusinessAccountLinkInfo.HostStorageTypeBusinessAccountLinkInfo.hostStorageThe field for thehostStoragerecord component.BusinessAccountLinkInfoBuilder.hostStorageMethods in it.auties.whatsapp.model.info that return BusinessAccountLinkInfo.HostStorageTypeModifier and TypeMethodDescriptionBusinessAccountLinkInfo.hostStorage()Returns the value of thehostStoragerecord component.Returns the enum constant of this class with the specified name.BusinessAccountLinkInfo.HostStorageType.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.HostStorageTypeMethods in it.auties.whatsapp.model.info with parameters of type BusinessAccountLinkInfo.HostStorageTypeModifier and TypeMethodDescriptionstatic IntegerBusinessAccountLinkInfoHostStorageTypeSpec.encode(BusinessAccountLinkInfo.HostStorageType protoInputObject) BusinessAccountLinkInfoBuilder.hostStorage(BusinessAccountLinkInfo.HostStorageType hostStorage) Constructors in it.auties.whatsapp.model.info with parameters of type BusinessAccountLinkInfo.HostStorageTypeModifierConstructorDescriptionBusinessAccountLinkInfo(long businessId, String phoneNumber, long issueTimeSeconds, BusinessAccountLinkInfo.HostStorageType hostStorage, BusinessAccountLinkInfo.AccountType accountType) Creates an instance of aBusinessAccountLinkInforecord class.