Uses of Enum Class
com.github.copilot.generated.rpc.EventsReadDirection
Packages that use EventsReadDirection
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of EventsReadDirection in com.github.copilot.generated.rpc
Subclasses with type arguments of type EventsReadDirection in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumDirection to page through the session's persisted event history.Methods in com.github.copilot.generated.rpc that return EventsReadDirectionModifier and TypeMethodDescriptionSessionEventLogReadParams.direction()Returns the value of thedirectionrecord component.static EventsReadDirectionstatic EventsReadDirectionReturns the enum constant of this class with the specified name.static EventsReadDirection[]EventsReadDirection.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 EventsReadDirectionModifierConstructorDescriptionSessionEventLogReadParams(String sessionId, String cursor, Long max, Long waitMs, Object types, EventsAgentScope agentScope, List<String> agentIds, EventsReadDirection direction, Boolean includeEphemeral) Creates an instance of aSessionEventLogReadParamsrecord class.