Uses of Enum Class
com.github.copilot.generated.rpc.SessionFsSqliteQueryType
Packages that use SessionFsSqliteQueryType
-
Uses of SessionFsSqliteQueryType in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return SessionFsSqliteQueryTypeModifier and TypeMethodDescriptionstatic SessionFsSqliteQueryTypeSessionFsSqliteQueryParams.queryType()Returns the value of thequeryTyperecord component.static SessionFsSqliteQueryTypeReturns the enum constant of this class with the specified name.static SessionFsSqliteQueryType[]SessionFsSqliteQueryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type SessionFsSqliteQueryTypeModifierConstructorDescriptionSessionFsSqliteQueryParams(String sessionId, String query, SessionFsSqliteQueryType queryType, Map<String, Object> params) Creates an instance of aSessionFsSqliteQueryParamsrecord class.