Uses of Enum Class
com.github.copilot.generated.rpc.FactoryLogLineKind
Packages that use FactoryLogLineKind
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of FactoryLogLineKind in com.github.copilot.generated.rpc
Subclasses with type arguments of type FactoryLogLineKind in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return FactoryLogLineKindModifier and TypeMethodDescriptionstatic FactoryLogLineKindFactoryLogLine.kind()Returns the value of thekindrecord component.static FactoryLogLineKindReturns the enum constant of this class with the specified name.static FactoryLogLineKind[]FactoryLogLineKind.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 FactoryLogLineKindModifierConstructorDescriptionFactoryLogLine(Long seq, FactoryLogLineKind kind, String text) Creates an instance of aFactoryLogLinerecord class.