Uses of Record Class
it.auties.whatsapp.model.newsletter.NewsletterPicture
Packages that use NewsletterPicture
-
Uses of NewsletterPicture in it.auties.whatsapp.model.newsletter
Fields in it.auties.whatsapp.model.newsletter with type parameters of type NewsletterPictureModifier and TypeFieldDescriptionprivate final Optional<NewsletterPicture> NewsletterMetadata.pictureThe field for thepicturerecord component.private Optional<NewsletterPicture> NewsletterMetadataBuilder.pictureMethods in it.auties.whatsapp.model.newsletter that return NewsletterPictureModifier and TypeMethodDescriptionNewsletterPictureBuilder.build()static NewsletterPictureNewsletterPictureSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.newsletter that return types with arguments of type NewsletterPictureModifier and TypeMethodDescriptionNewsletterMetadata.picture()Returns the value of thepicturerecord component.Methods in it.auties.whatsapp.model.newsletter with parameters of type NewsletterPictureModifier and TypeMethodDescriptionstatic byte[]NewsletterPictureSpec.encode(NewsletterPicture protoInputObject) NewsletterMetadataBuilder.picture(NewsletterPicture picture) Method parameters in it.auties.whatsapp.model.newsletter with type arguments of type NewsletterPictureModifier and TypeMethodDescriptionNewsletterMetadataBuilder.picture(Optional<NewsletterPicture> picture) Constructors in it.auties.whatsapp.model.newsletter with parameters of type NewsletterPictureModifierConstructorDescription(package private)NewsletterMetadata(NewsletterName name, NewsletterDescription description, NewsletterPicture picture, String handle, NewsletterSettings settings, String invite, String verification, Long creationTimestampSeconds)