Uses of Enum Class
it.auties.whatsapp.model.chat.GroupRole
Packages that use GroupRole
-
Uses of GroupRole in it.auties.whatsapp.model.chat
Fields in it.auties.whatsapp.model.chat declared as GroupRoleModifier and TypeFieldDescriptionprivate GroupRoleGroupParticipant.roleprivate GroupRoleGroupParticipantBuilder.roleMethods in it.auties.whatsapp.model.chat that return GroupRoleModifier and TypeMethodDescriptionstatic GroupRoleGroupParticipant.role()static GroupRoleReturns the enum constant of this class with the specified name.static GroupRole[]GroupRole.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 GroupRoleMethods in it.auties.whatsapp.model.chat with parameters of type GroupRoleModifier and TypeMethodDescriptionbooleanChat.addParticipant(Jid jid, GroupRole role) Adds a participant to this chatstatic IntegervoidConstructors in it.auties.whatsapp.model.chat with parameters of type GroupRole