Uses of Class
com.github.copilot.sdk.json.SessionListFilter
Packages that use SessionListFilter
Package
Description
Core classes for the GitHub Copilot SDK for Java.
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of SessionListFilter in com.github.copilot.sdk
Methods in com.github.copilot.sdk with parameters of type SessionListFilterModifier and TypeMethodDescriptionCopilotClient.listSessions(SessionListFilter filter) Lists all available sessions with optional filtering. -
Uses of SessionListFilter in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return SessionListFilterModifier and TypeMethodDescriptionSets the filter for git branch.Sets the filter for exact cwd match.SessionListFilter.setGitRoot(String gitRoot) Sets the filter for git root directory.SessionListFilter.setRepository(String repository) Sets the filter for repository (in "owner/repo" format).