Uses of Enum Class
com.github.copilot.generated.rpc.EventsAgentScope
Packages that use EventsAgentScope
-
Uses of EventsAgentScope in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return EventsAgentScopeModifier and TypeMethodDescriptionSessionEventLogReadParams.agentScope()Returns the value of theagentScoperecord component.static EventsAgentScopestatic EventsAgentScopeReturns the enum constant of this class with the specified name.static EventsAgentScope[]EventsAgentScope.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 EventsAgentScopeModifierConstructorDescriptionSessionEventLogReadParams(String sessionId, String cursor, Long max, Long waitMs, Object types, EventsAgentScope agentScope) Creates an instance of aSessionEventLogReadParamsrecord class.