Uses of Enum Class
it.auties.whatsapp.model.info.BusinessIdentityInfo.HostStorageType
Packages that use BusinessIdentityInfo.HostStorageType
-
Uses of BusinessIdentityInfo.HostStorageType in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as BusinessIdentityInfo.HostStorageTypeModifier and TypeFieldDescriptionprivate final BusinessIdentityInfo.HostStorageTypeBusinessIdentityInfo.hostStorageThe field for thehostStoragerecord component.BusinessIdentityInfoBuilder.hostStorageMethods in it.auties.whatsapp.model.info that return BusinessIdentityInfo.HostStorageTypeModifier and TypeMethodDescriptionBusinessIdentityInfo.hostStorage()Returns the value of thehostStoragerecord component.Returns the enum constant of this class with the specified name.static BusinessIdentityInfo.HostStorageType[]BusinessIdentityInfo.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 BusinessIdentityInfo.HostStorageTypeMethods in it.auties.whatsapp.model.info with parameters of type BusinessIdentityInfo.HostStorageTypeModifier and TypeMethodDescriptionstatic IntegerBusinessIdentityInfoHostStorageTypeSpec.encode(BusinessIdentityInfo.HostStorageType protoInputObject) BusinessIdentityInfoBuilder.hostStorage(BusinessIdentityInfo.HostStorageType hostStorage) Constructors in it.auties.whatsapp.model.info with parameters of type BusinessIdentityInfo.HostStorageTypeModifierConstructorDescriptionBusinessIdentityInfo(BusinessIdentityInfo.VerifiedLevel level, BusinessVerifiedNameCertificate certificate, boolean signed, boolean revoked, BusinessIdentityInfo.HostStorageType hostStorage, BusinessIdentityInfo.ActorsType actualActors, long privacyModeTimestampSeconds, long featureControls) Creates an instance of aBusinessIdentityInforecord class.