Enum Class GroupAction

java.lang.Object
java.lang.Enum<GroupAction>
it.auties.whatsapp.model.chat.GroupAction
All Implemented Interfaces:
it.auties.protobuf.base.ProtobufMessage, Serializable, Comparable<GroupAction>, Constable

public enum GroupAction extends Enum<GroupAction> implements it.auties.protobuf.base.ProtobufMessage
The constants of this enumerated type describe the various actions that can be executed on a Contact in a Chat. Said chat should be a group: Chat.isGroup(). Said actions can be executed using various methods in Whatsapp.
  • Enum Constant Details

    • ADD

      public static final GroupAction ADD
      Adds a contact to a group
    • REMOVE

      public static final GroupAction REMOVE
      Removes a contact from a group
    • PROMOTE

      public static final GroupAction PROMOTE
      Promotes a contact to admin in a group
    • DEMOTE

      public static final GroupAction DEMOTE
      Demotes a contact to user in a group
  • Method Details

    • values

      public static GroupAction[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static GroupAction valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • data

      public String data()
      Returns the name of this enumerated constant
      Returns:
      a lowercase non-null String