Enum Class RequestType

java.lang.Object
java.lang.Enum<RequestType>
dev.adlin.vts4j.request.RequestType
All Implemented Interfaces:
Serializable, Comparable<RequestType>, Constable

public enum RequestType extends Enum<RequestType>
Types of Request
  • Enum Constant Details

    • API_STATE_BROADCAST

      public static final RequestType API_STATE_BROADCAST
    • API_STATE

      public static final RequestType API_STATE
    • STATISTICS

      public static final RequestType STATISTICS
    • VTS_FOLDER_INFO

      public static final RequestType VTS_FOLDER_INFO
    • CURRENT_MODEL

      public static final RequestType CURRENT_MODEL
    • AVAILABLE_MODELS

      public static final RequestType AVAILABLE_MODELS
    • MODEL_LOAD

      public static final RequestType MODEL_LOAD
    • MOVE_MODEL

      public static final RequestType MOVE_MODEL
    • HOTKEYS_IN_CURRENT_MODEL

      public static final RequestType HOTKEYS_IN_CURRENT_MODEL
    • HOTKEY_TRIGGER

      public static final RequestType HOTKEY_TRIGGER
    • EXPRESSION_STATE

      public static final RequestType EXPRESSION_STATE
    • EXPRESSION_ACTIVATION

      public static final RequestType EXPRESSION_ACTIVATION
    • ART_MESH_LIST

      public static final RequestType ART_MESH_LIST
    • COLOR_TINT

      public static final RequestType COLOR_TINT
    • SCENE_COLOR_OVERLAY_INFO

      public static final RequestType SCENE_COLOR_OVERLAY_INFO
    • FACE_FOUND

      public static final RequestType FACE_FOUND
    • INPUT_PARAMETER_LIST

      public static final RequestType INPUT_PARAMETER_LIST
    • PARAMETER_VALUE

      public static final RequestType PARAMETER_VALUE
    • LIVE2D_PARAMETER_LIST

      public static final RequestType LIVE2D_PARAMETER_LIST
    • PARAMETER_CREATION

      public static final RequestType PARAMETER_CREATION
    • PARAMETER_DELETION

      public static final RequestType PARAMETER_DELETION
    • INJECT_PARAMETER_DATA

      public static final RequestType INJECT_PARAMETER_DATA
    • GET_CURRENT_MODEL_PHYSICS

      public static final RequestType GET_CURRENT_MODEL_PHYSICS
    • SET_CURRENT_MODEL_PHYSICS

      public static final RequestType SET_CURRENT_MODEL_PHYSICS
    • NDI_CONFIG

      public static final RequestType NDI_CONFIG
    • ITEM_LIST

      public static final RequestType ITEM_LIST
    • ITEM_LOAD

      public static final RequestType ITEM_LOAD
    • ITEM_UNLOAD

      public static final RequestType ITEM_UNLOAD
    • ITEM_ANIMATION_CONTROL

      public static final RequestType ITEM_ANIMATION_CONTROL
    • ITEM_MOVE

      public static final RequestType ITEM_MOVE
    • ITEM_SORT

      public static final RequestType ITEM_SORT
    • ART_MESH_SELECTION

      public static final RequestType ART_MESH_SELECTION
    • ITEM_PIN

      public static final RequestType ITEM_PIN
    • POST_PROCESSING_LIST

      public static final RequestType POST_PROCESSING_LIST
    • POST_PROCESSING_UPDATE

      public static final RequestType POST_PROCESSING_UPDATE
    • EVENT_SUBSCRIPTION

      public static final RequestType EVENT_SUBSCRIPTION
  • Method Details

    • values

      public static RequestType[] 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 RequestType 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<RequestType>