Uses of Enum Class
it.auties.whatsapp.model.chat.ChatDisappear.Initiator
Packages that use ChatDisappear.Initiator
-
Uses of ChatDisappear.Initiator in it.auties.whatsapp.model.chat
Fields in it.auties.whatsapp.model.chat declared as ChatDisappear.InitiatorModifier and TypeFieldDescriptionprivate final ChatDisappear.InitiatorChatDisappear.initiatorThe field for theinitiatorrecord component.private ChatDisappear.InitiatorChatDisappearBuilder.initiatorMethods in it.auties.whatsapp.model.chat that return ChatDisappear.InitiatorModifier and TypeMethodDescriptionChatDisappear.initiator()Returns the value of theinitiatorrecord component.static ChatDisappear.InitiatorReturns the enum constant of this class with the specified name.static ChatDisappear.Initiator[]ChatDisappear.Initiator.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 ChatDisappear.InitiatorModifier and TypeMethodDescriptionstatic Optional<ChatDisappear.Initiator> ChatDisappearInitiatorSpec.decode(int index) Methods in it.auties.whatsapp.model.chat with parameters of type ChatDisappear.InitiatorModifier and TypeMethodDescriptionstatic IntegerChatDisappearInitiatorSpec.encode(ChatDisappear.Initiator protoInputObject) ChatDisappearBuilder.initiator(ChatDisappear.Initiator initiator) Constructors in it.auties.whatsapp.model.chat with parameters of type ChatDisappear.InitiatorModifierConstructorDescriptionChatDisappear(ChatDisappear.Initiator initiator) Creates an instance of aChatDisappearrecord class.