Uses of Enum Class
com.github.copilot.sdk.generated.rpc.SessionLogParams.SessionLogParamsLevel
Packages that use SessionLogParams.SessionLogParamsLevel
-
Uses of SessionLogParams.SessionLogParamsLevel in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return SessionLogParams.SessionLogParamsLevelModifier and TypeMethodDescriptionSessionLogParams.level()Returns the value of thelevelrecord component.Returns the enum constant of this class with the specified name.SessionLogParams.SessionLogParamsLevel.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 SessionLogParams.SessionLogParamsLevelModifierConstructorDescriptionSessionLogParams(String sessionId, String message, SessionLogParams.SessionLogParamsLevel level, Boolean ephemeral, String url) Creates an instance of aSessionLogParamsrecord class.