Uses of Record Class
it.auties.whatsapp.model.business.BusinessVerifiedNameCertificate
Packages that use BusinessVerifiedNameCertificate
Package
Description
-
Uses of BusinessVerifiedNameCertificate in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api that return types with arguments of type BusinessVerifiedNameCertificateModifier and TypeMethodDescriptionprivate Optional<BusinessVerifiedNameCertificate> Whatsapp.parseCertificate(Node result) Whatsapp.queryBusinessCertificate(JidProvider provider) Gets the verified name certificate -
Uses of BusinessVerifiedNameCertificate in it.auties.whatsapp.model.business
Fields in it.auties.whatsapp.model.business declared as BusinessVerifiedNameCertificateModifier and TypeFieldDescriptionprivate final BusinessVerifiedNameCertificateBusinessAccountPayload.certificateThe field for thecertificaterecord component.private BusinessVerifiedNameCertificateBusinessAccountPayloadBuilder.certificateMethods in it.auties.whatsapp.model.business that return BusinessVerifiedNameCertificateModifier and TypeMethodDescriptionBusinessVerifiedNameCertificateBuilder.build()BusinessAccountPayload.certificate()Returns the value of thecertificaterecord component.BusinessVerifiedNameCertificateSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.business with parameters of type BusinessVerifiedNameCertificateModifier and TypeMethodDescriptionBusinessAccountPayloadBuilder.certificate(BusinessVerifiedNameCertificate certificate) static byte[]BusinessVerifiedNameCertificateSpec.encode(BusinessVerifiedNameCertificate protoInputObject) Constructors in it.auties.whatsapp.model.business with parameters of type BusinessVerifiedNameCertificateModifierConstructorDescriptionBusinessAccountPayload(BusinessVerifiedNameCertificate certificate, byte[] info) Creates an instance of aBusinessAccountPayloadrecord class. -
Uses of BusinessVerifiedNameCertificate in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as BusinessVerifiedNameCertificateModifier and TypeFieldDescriptionprivate final BusinessVerifiedNameCertificateBusinessIdentityInfo.certificateThe field for thecertificaterecord component.private BusinessVerifiedNameCertificateBusinessIdentityInfoBuilder.certificateMethods in it.auties.whatsapp.model.info that return BusinessVerifiedNameCertificateModifier and TypeMethodDescriptionBusinessIdentityInfo.certificate()Returns the value of thecertificaterecord component.Methods in it.auties.whatsapp.model.info with parameters of type BusinessVerifiedNameCertificateModifier and TypeMethodDescriptionBusinessIdentityInfoBuilder.certificate(BusinessVerifiedNameCertificate certificate) Constructors in it.auties.whatsapp.model.info with parameters of type BusinessVerifiedNameCertificateModifierConstructorDescriptionBusinessIdentityInfo(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.