Uses of Enum Class
it.auties.whatsapp.model.message.standard.GroupInviteMessage.Type
Packages that use GroupInviteMessage.Type
-
Uses of GroupInviteMessage.Type in it.auties.whatsapp.model.message.standard
Fields in it.auties.whatsapp.model.message.standard declared as GroupInviteMessage.TypeModifier and TypeFieldDescriptionprivate final GroupInviteMessage.TypeGroupInviteMessage.groupTypeThe field for thegroupTyperecord component.private GroupInviteMessage.TypeGroupInviteMessageBuilder.groupTypeMethods in it.auties.whatsapp.model.message.standard that return GroupInviteMessage.TypeModifier and TypeMethodDescriptionGroupInviteMessage.groupType()Returns the value of thegroupTyperecord component.static GroupInviteMessage.TypeReturns the enum constant of this class with the specified name.static GroupInviteMessage.Type[]GroupInviteMessage.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.message.standard that return types with arguments of type GroupInviteMessage.TypeModifier and TypeMethodDescriptionstatic Optional<GroupInviteMessage.Type> GroupInviteMessageTypeSpec.decode(int index) Methods in it.auties.whatsapp.model.message.standard with parameters of type GroupInviteMessage.TypeModifier and TypeMethodDescriptionstatic IntegerGroupInviteMessageTypeSpec.encode(GroupInviteMessage.Type protoInputObject) GroupInviteMessageBuilder.groupType(GroupInviteMessage.Type groupType) Constructors in it.auties.whatsapp.model.message.standard with parameters of type GroupInviteMessage.TypeModifierConstructorDescriptionGroupInviteMessage(Jid group, String code, long expirationSeconds, String groupName, Optional<byte[]> thumbnail, Optional<String> caption, Optional<ContextInfo> contextInfo, GroupInviteMessage.Type groupType) Creates an instance of aGroupInviteMessagerecord class.