Uses of Enum Class
com.github.copilot.generated.rpc.EventsCursorStatus
Packages that use EventsCursorStatus
-
Uses of EventsCursorStatus in com.github.copilot.generated.rpc
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.