Uses of Enum Class
com.github.copilot.generated.rpc.EventsCursorStatus
Packages that use EventsCursorStatus
-
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 started from the beginning of the remaining history.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.