Uses of Enum Class
com.github.copilot.generated.rpc.SessionSource
Packages that use SessionSource
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SessionSource in com.github.copilot.generated.rpc
Subclasses with type arguments of type SessionSource in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return SessionSourceModifier and TypeMethodDescriptionstatic SessionSourceSessionsListParams.source()Returns the value of thesourcerecord component.static SessionSourceReturns the enum constant of this class with the specified name.static SessionSource[]SessionSource.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 SessionSourceModifierConstructorDescriptionSessionsListParams(SessionSource source, Long metadataLimit, SessionListFilter filter, Boolean includeDetached, Boolean throwOnError) Creates an instance of aSessionsListParamsrecord class.