Enum Class MethodType

java.lang.Object
java.lang.Enum<MethodType>
org.kobe.xbot.Utilities.MethodType
All Implemented Interfaces:
Serializable, Comparable<MethodType>, Constable

public enum MethodType extends Enum<MethodType>
  • Enum Constant Details

    • GET

      public static final MethodType GET
    • PUT

      public static final MethodType PUT
    • GET_RAW_JSON

      public static final MethodType GET_RAW_JSON
    • UPDATE_EVENT

      public static final MethodType UPDATE_EVENT
    • GET_TABLES

      public static final MethodType GET_TABLES
    • UPDATE_KEY

      public static final MethodType UPDATE_KEY
    • DELETE

      public static final MethodType DELETE
    • DELETE_EVENT

      public static final MethodType DELETE_EVENT
    • SUBSCRIBE_UPDATE

      public static final MethodType SUBSCRIBE_UPDATE
    • UNSUBSCRIBE_UPDATE

      public static final MethodType UNSUBSCRIBE_UPDATE
    • REBOOT_SERVER

      public static final MethodType REBOOT_SERVER
    • PING

      public static final MethodType PING
    • RUN_SCRIPT

      public static final MethodType RUN_SCRIPT
    • SUBSCRIBE_DELETE

      public static final MethodType SUBSCRIBE_DELETE
    • UNSUBSCRIBE_DELETE

      public static final MethodType UNSUBSCRIBE_DELETE
    • REGISTER_VIDEO_STREAM

      public static final MethodType REGISTER_VIDEO_STREAM
    • GET_VIDEO_STREAM

      public static final MethodType GET_VIDEO_STREAM
    • INFORMATION

      public static final MethodType INFORMATION
    • UNKNOWN

      public static final MethodType UNKNOWN
  • Method Details

    • values

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