Uses of Class
com.github.copilot.sdk.json.SessionMetadata
Packages that use SessionMetadata
Package
Description
Core classes for the GitHub Copilot SDK for Java.
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of SessionMetadata in com.github.copilot.sdk
Methods in com.github.copilot.sdk that return types with arguments of type SessionMetadataModifier and TypeMethodDescriptionCopilotClient.getSessionMetadata(String sessionId) Gets metadata for a specific session by ID.CopilotClient.listSessions()Lists all available sessions.CopilotClient.listSessions(SessionListFilter filter) Lists all available sessions with optional filtering. -
Uses of SessionMetadata in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return SessionMetadataModifier and TypeMethodDescriptionGetSessionMetadataResponse.session()Returns the value of thesessionrecord component.Methods in com.github.copilot.sdk.json that return types with arguments of type SessionMetadataModifier and TypeMethodDescriptionListSessionsResponse.sessions()Returns the value of thesessionsrecord component.Constructors in com.github.copilot.sdk.json with parameters of type SessionMetadataModifierConstructorDescriptionCreates an instance of aGetSessionMetadataResponserecord class.Constructor parameters in com.github.copilot.sdk.json with type arguments of type SessionMetadataModifierConstructorDescriptionListSessionsResponse(List<SessionMetadata> sessions) Creates an instance of aListSessionsResponserecord class.