java.lang.Object
io.deephaven.javascript.proto.dhinternal.io.deephaven_core.proto.console_pb.autocompleterequest.RequestCase

@JsType(isNative=true, name="dhinternal.io.deephaven_core.proto.console_pb.AutoCompleteRequest.RequestCase", namespace="<global>") public class RequestCase extends Object
  • Field Details

    • CHANGE_DOCUMENT

      public static int CHANGE_DOCUMENT
    • CLOSE_DOCUMENT

      public static int CLOSE_DOCUMENT
    • GET_COMPLETION_ITEMS

      public static int GET_COMPLETION_ITEMS
    • GET_DIAGNOSTIC

      public static int GET_DIAGNOSTIC
    • GET_HOVER

      public static int GET_HOVER
    • GET_SIGNATURE_HELP

      public static int GET_SIGNATURE_HELP
    • OPEN_DOCUMENT

      public static int OPEN_DOCUMENT
    • REQUEST_NOT_SET

      public static int REQUEST_NOT_SET
  • Constructor Details

    • RequestCase

      public RequestCase()