Enum Class SFSBuddyEventParam

java.lang.Object
java.lang.Enum<SFSBuddyEventParam>
com.smartfoxserver.buddylist.SFSBuddyEventParam
All Implemented Interfaces:
ISFSEventParam, Serializable, Comparable<SFSBuddyEventParam>, Constable

public enum SFSBuddyEventParam extends Enum<SFSBuddyEventParam> implements ISFSEventParam
  • Enum Constant Details

    • BUDDY

      public static final SFSBuddyEventParam BUDDY
      A Buddy item in a Buddy List
    • BUDDY_LIST

      public static final SFSBuddyEventParam BUDDY_LIST
      A User's Buddy List
    • BUDDY_BLOCK_STAUTS

      public static final SFSBuddyEventParam BUDDY_BLOCK_STAUTS
      The "blocked" status of a Buddy in a BuddyList
    • BUDDY_STATE

      public static final SFSBuddyEventParam BUDDY_STATE
      The custom state of a Buddy in a BuddyList
    • BUDDY_IS_ONLINE

      public static final SFSBuddyEventParam BUDDY_IS_ONLINE
      The Online state of a Buddy in a BuddyList
  • Method Details

    • values

      public static SFSBuddyEventParam[] 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 SFSBuddyEventParam 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