Uses of Enum Class
it.auties.whatsapp.model.info.BusinessIdentityInfo.VerifiedLevel
Packages that use BusinessIdentityInfo.VerifiedLevel
-
Uses of BusinessIdentityInfo.VerifiedLevel in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as BusinessIdentityInfo.VerifiedLevelModifier and TypeFieldDescriptionprivate final BusinessIdentityInfo.VerifiedLevelBusinessIdentityInfo.levelThe field for thelevelrecord component.BusinessIdentityInfoBuilder.levelMethods in it.auties.whatsapp.model.info that return BusinessIdentityInfo.VerifiedLevelModifier and TypeMethodDescriptionBusinessIdentityInfo.level()Returns the value of thelevelrecord component.Returns the enum constant of this class with the specified name.static BusinessIdentityInfo.VerifiedLevel[]BusinessIdentityInfo.VerifiedLevel.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.VerifiedLevelMethods in it.auties.whatsapp.model.info with parameters of type BusinessIdentityInfo.VerifiedLevelModifier and TypeMethodDescriptionstatic IntegerBusinessIdentityInfoVerifiedLevelSpec.encode(BusinessIdentityInfo.VerifiedLevel protoInputObject) BusinessIdentityInfoBuilder.level(BusinessIdentityInfo.VerifiedLevel level) Constructors in it.auties.whatsapp.model.info with parameters of type BusinessIdentityInfo.VerifiedLevelModifierConstructorDescriptionBusinessIdentityInfo(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.