Uses of Enum Class
it.auties.whatsapp.model.message.payment.PaymentInviteMessage.ServiceType
Packages that use PaymentInviteMessage.ServiceType
-
Uses of PaymentInviteMessage.ServiceType in it.auties.whatsapp.model.message.payment
Fields in it.auties.whatsapp.model.message.payment declared as PaymentInviteMessage.ServiceTypeModifier and TypeFieldDescriptionprivate final PaymentInviteMessage.ServiceTypePaymentInviteMessage.serviceTypeThe field for theserviceTyperecord component.private PaymentInviteMessage.ServiceTypePaymentInviteMessageBuilder.serviceTypeMethods in it.auties.whatsapp.model.message.payment that return PaymentInviteMessage.ServiceTypeModifier and TypeMethodDescriptionPaymentInviteMessage.serviceType()Returns the value of theserviceTyperecord component.Returns the enum constant of this class with the specified name.static PaymentInviteMessage.ServiceType[]PaymentInviteMessage.ServiceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.message.payment that return types with arguments of type PaymentInviteMessage.ServiceTypeMethods in it.auties.whatsapp.model.message.payment with parameters of type PaymentInviteMessage.ServiceTypeModifier and TypeMethodDescriptionstatic IntegerPaymentInviteMessageServiceTypeSpec.encode(PaymentInviteMessage.ServiceType protoInputObject) PaymentInviteMessageBuilder.serviceType(PaymentInviteMessage.ServiceType serviceType) Constructors in it.auties.whatsapp.model.message.payment with parameters of type PaymentInviteMessage.ServiceTypeModifierConstructorDescriptionPaymentInviteMessage(PaymentInviteMessage.ServiceType serviceType, OptionalLong expiryTimestamp) Creates an instance of aPaymentInviteMessagerecord class.