Uses of Enum Class
com.github.copilot.generated.rpc.EventsCursorStatus
Packages that use EventsCursorStatus
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of EventsCursorStatus in com.github.copilot.generated.rpc
Subclasses with type arguments of type EventsCursorStatus in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumCursor status: 'ok' means the cursor was applied successfully; 'expired' means the cursor referred to an event that no longer exists in history (e.g. truncated or compacted away) and the read fell back to a boundary of the remaining history (the beginning for a forward read, the tail for a backward read).Methods in com.github.copilot.generated.rpc that return EventsCursorStatusModifier and TypeMethodDescriptionSessionEventLogReadResult.cursorStatus()Returns the value of thecursorStatusrecord component.static EventsCursorStatusstatic EventsCursorStatusReturns the enum constant of this class with the specified name.static EventsCursorStatus[]EventsCursorStatus.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 EventsCursorStatusModifierConstructorDescriptionSessionEventLogReadResult(List<Object> events, String cursor, Boolean hasMore, EventsCursorStatus cursorStatus) Creates an instance of aSessionEventLogReadResultrecord class.