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.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 types with arguments of type SessionMetadataModifier and TypeMethodDescriptionListSessionsResponse.sessions()Returns the value of thesessionsrecord component.Constructor parameters in com.github.copilot.sdk.json with type arguments of type SessionMetadataModifierConstructorDescriptionListSessionsResponse(List<SessionMetadata> sessions) Creates an instance of aListSessionsResponserecord class.