Uses of Enum Class
it.auties.whatsapp.model.sync.MediaRetryNotification.MediaRetryNotificationResultType
Packages that use MediaRetryNotification.MediaRetryNotificationResultType
-
Uses of MediaRetryNotification.MediaRetryNotificationResultType in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync declared as MediaRetryNotification.MediaRetryNotificationResultTypeModifier and TypeFieldDescriptionprivate final MediaRetryNotification.MediaRetryNotificationResultTypeMediaRetryNotification.resultThe field for theresultrecord component.MediaRetryNotificationBuilder.resultMethods in it.auties.whatsapp.model.sync that return MediaRetryNotification.MediaRetryNotificationResultTypeModifier and TypeMethodDescriptionMediaRetryNotification.result()Returns the value of theresultrecord component.Returns the enum constant of this class with the specified name.MediaRetryNotification.MediaRetryNotificationResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.sync that return types with arguments of type MediaRetryNotification.MediaRetryNotificationResultTypeModifier and TypeMethodDescriptionMediaRetryNotificationMediaRetryNotificationResultTypeSpec.decode(int index) Methods in it.auties.whatsapp.model.sync with parameters of type MediaRetryNotification.MediaRetryNotificationResultTypeModifier and TypeMethodDescriptionstatic IntegerMediaRetryNotificationMediaRetryNotificationResultTypeSpec.encode(MediaRetryNotification.MediaRetryNotificationResultType protoInputObject) MediaRetryNotificationBuilder.result(MediaRetryNotification.MediaRetryNotificationResultType result) Constructors in it.auties.whatsapp.model.sync with parameters of type MediaRetryNotification.MediaRetryNotificationResultTypeModifierConstructorDescriptionMediaRetryNotification(String stanzaId, Optional<String> directPath, MediaRetryNotification.MediaRetryNotificationResultType result) Creates an instance of aMediaRetryNotificationrecord class.