Uses of Enum Class
it.auties.whatsapp.model.payment.PaymentBackground.PaymentBackgroundType
Packages that use PaymentBackground.PaymentBackgroundType
-
Uses of PaymentBackground.PaymentBackgroundType in it.auties.whatsapp.model.payment
Fields in it.auties.whatsapp.model.payment declared as PaymentBackground.PaymentBackgroundTypeModifier and TypeFieldDescriptionprivate final PaymentBackground.PaymentBackgroundTypePaymentBackground.typeThe field for thetyperecord component.PaymentBackgroundBuilder.typeMethods in it.auties.whatsapp.model.payment that return PaymentBackground.PaymentBackgroundTypeModifier and TypeMethodDescriptionPaymentBackground.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.PaymentBackground.PaymentBackgroundType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.payment that return types with arguments of type PaymentBackground.PaymentBackgroundTypeMethods in it.auties.whatsapp.model.payment with parameters of type PaymentBackground.PaymentBackgroundTypeModifier and TypeMethodDescriptionstatic IntegerPaymentBackgroundPaymentBackgroundTypeSpec.encode(PaymentBackground.PaymentBackgroundType protoInputObject) PaymentBackgroundBuilder.type(PaymentBackground.PaymentBackgroundType type) Constructors in it.auties.whatsapp.model.payment with parameters of type PaymentBackground.PaymentBackgroundTypeModifierConstructorDescriptionPaymentBackground(String id, long mediaSize, int width, int height, String mimetype, int placeholderArgb, int textArgb, int subtextArgb, Optional<PaymentMediaData> mediaData, PaymentBackground.PaymentBackgroundType type) Creates an instance of aPaymentBackgroundrecord class.