Uses of Record Class
it.auties.whatsapp.model.business.BusinessLocalizedName
Packages that use BusinessLocalizedName
-
Uses of BusinessLocalizedName in it.auties.whatsapp.model.business
Fields in it.auties.whatsapp.model.business with type parameters of type BusinessLocalizedNameModifier and TypeFieldDescriptionprivate final List<BusinessLocalizedName> BusinessVerifiedNameDetails.localizedNamesThe field for thelocalizedNamesrecord component.private List<BusinessLocalizedName> BusinessVerifiedNameDetailsBuilder.localizedNamesMethods in it.auties.whatsapp.model.business that return BusinessLocalizedNameModifier and TypeMethodDescriptionBusinessLocalizedNameBuilder.build()static BusinessLocalizedNameBusinessLocalizedNameSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.business that return types with arguments of type BusinessLocalizedNameModifier and TypeMethodDescriptionBusinessVerifiedNameDetails.localizedNames()Returns the value of thelocalizedNamesrecord component.Methods in it.auties.whatsapp.model.business with parameters of type BusinessLocalizedNameModifier and TypeMethodDescriptionstatic byte[]BusinessLocalizedNameSpec.encode(BusinessLocalizedName protoInputObject) Method parameters in it.auties.whatsapp.model.business with type arguments of type BusinessLocalizedNameModifier and TypeMethodDescriptionBusinessVerifiedNameDetailsBuilder.localizedNames(List<BusinessLocalizedName> localizedNames) Constructor parameters in it.auties.whatsapp.model.business with type arguments of type BusinessLocalizedNameModifierConstructorDescriptionBusinessVerifiedNameDetails(long serial, String issuer, String name, List<BusinessLocalizedName> localizedNames, long issueTimeSeconds) Creates an instance of aBusinessVerifiedNameDetailsrecord class.