Uses of Enum Class
com.github.copilot.generated.rpc.DebugCollectLogsResultKind
Packages that use DebugCollectLogsResultKind
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of DebugCollectLogsResultKind in com.github.copilot.generated.rpc
Subclasses with type arguments of type DebugCollectLogsResultKind in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumDestination kind that was written.Methods in com.github.copilot.generated.rpc that return DebugCollectLogsResultKindModifier and TypeMethodDescriptionstatic DebugCollectLogsResultKindSessionDebugCollectLogsResult.kind()Returns the value of thekindrecord component.static DebugCollectLogsResultKindReturns the enum constant of this class with the specified name.static DebugCollectLogsResultKind[]DebugCollectLogsResultKind.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 DebugCollectLogsResultKindModifierConstructorDescriptionSessionDebugCollectLogsResult(DebugCollectLogsResultKind kind, String path, List<DebugCollectLogsCollectedEntry> entries, List<DebugCollectLogsSkippedEntry> skippedEntries) Creates an instance of aSessionDebugCollectLogsResultrecord class.