Uses of Record Class
com.github.copilot.generated.rpc.SessionContext
Packages that use SessionContext
-
Uses of SessionContext in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return SessionContextModifier and TypeMethodDescriptionLocalSessionMetadataValue.context()Returns the value of thecontextrecord component.RemoteSessionMetadataValue.context()Returns the value of thecontextrecord component.SessionsGetLastForContextParams.context()Returns the value of thecontextrecord component.Constructors in com.github.copilot.generated.rpc with parameters of type SessionContextModifierConstructorDescriptionLocalSessionMetadataValue(String sessionId, String startTime, String modifiedTime, String summary, String name, String clientName, Boolean isRemote, Boolean isDetached, SessionContext context, String mcTaskId) Creates an instance of aLocalSessionMetadataValuerecord class.RemoteSessionMetadataValue(String sessionId, String startTime, String modifiedTime, String summary, String name, Boolean isRemote, SessionContext context, RemoteSessionMetadataRepository repository, List<String> remoteSessionIds, Long pullRequestNumber, String resourceId, RemoteSessionMetadataTaskType taskType, String staleAt, String state) Creates an instance of aRemoteSessionMetadataValuerecord class.Creates an instance of aSessionsGetLastForContextParamsrecord class.