Uses of Enum Class
com.github.copilot.sdk.generated.rpc.SessionLogLevel
Packages that use SessionLogLevel
-
Uses of SessionLogLevel in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return SessionLogLevelModifier and TypeMethodDescriptionstatic SessionLogLevelSessionLogParams.level()Returns the value of thelevelrecord component.static SessionLogLevelReturns the enum constant of this class with the specified name.static SessionLogLevel[]SessionLogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.generated.rpc with parameters of type SessionLogLevelModifierConstructorDescriptionSessionLogParams(String sessionId, String message, SessionLogLevel level, Boolean ephemeral, String url) Creates an instance of aSessionLogParamsrecord class.