Uses of Enum Class
it.auties.whatsapp.model.chat.GroupPastParticipant.Reason
Packages that use GroupPastParticipant.Reason
-
Uses of GroupPastParticipant.Reason in it.auties.whatsapp.model.chat
Fields in it.auties.whatsapp.model.chat declared as GroupPastParticipant.ReasonModifier and TypeFieldDescriptionprivate final GroupPastParticipant.ReasonGroupPastParticipant.reasonThe field for thereasonrecord component.private GroupPastParticipant.ReasonGroupPastParticipantBuilder.reasonMethods in it.auties.whatsapp.model.chat that return GroupPastParticipant.ReasonModifier and TypeMethodDescriptionGroupPastParticipant.reason()Returns the value of thereasonrecord component.static GroupPastParticipant.ReasonReturns the enum constant of this class with the specified name.static GroupPastParticipant.Reason[]GroupPastParticipant.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.chat that return types with arguments of type GroupPastParticipant.ReasonModifier and TypeMethodDescriptionstatic Optional<GroupPastParticipant.Reason> GroupPastParticipantReasonSpec.decode(int index) Methods in it.auties.whatsapp.model.chat with parameters of type GroupPastParticipant.ReasonModifier and TypeMethodDescriptionstatic IntegerGroupPastParticipantReasonSpec.encode(GroupPastParticipant.Reason protoInputObject) GroupPastParticipantBuilder.reason(GroupPastParticipant.Reason reason) Constructors in it.auties.whatsapp.model.chat with parameters of type GroupPastParticipant.ReasonModifierConstructorDescriptionGroupPastParticipant(Jid jid, GroupPastParticipant.Reason reason, long timestampSeconds) Creates an instance of aGroupPastParticipantrecord class.