Uses of Record Class
com.github.copilot.generated.rpc.OpenCanvasInstance
Packages that use OpenCanvasInstance
Package
Description
Core classes for the GitHub Copilot SDK for Java.
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of OpenCanvasInstance in com.github.copilot
Methods in com.github.copilot that return types with arguments of type OpenCanvasInstanceModifier and TypeMethodDescriptionCopilotSession.getOpenCanvases()Returns a snapshot of the canvas instances currently known to be open for this session. -
Uses of OpenCanvasInstance in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type OpenCanvasInstanceModifier and TypeMethodDescriptionSessionCanvasListOpenResult.openCanvases()Returns the value of theopenCanvasesrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type OpenCanvasInstanceModifierConstructorDescriptionSessionCanvasListOpenResult(List<OpenCanvasInstance> openCanvases) Creates an instance of aSessionCanvasListOpenResultrecord class. -
Uses of OpenCanvasInstance in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return types with arguments of type OpenCanvasInstanceModifier and TypeMethodDescriptionCreateSessionResponse.openCanvases()Returns the value of theopenCanvasesrecord component.ResumeSessionResponse.openCanvases()Returns the value of theopenCanvasesrecord component.Constructor parameters in com.github.copilot.rpc with type arguments of type OpenCanvasInstanceModifierConstructorDescriptionCreateSessionResponse(String sessionId, String workspacePath, SessionCapabilities capabilities, List<OpenCanvasInstance> openCanvases) Creates an instance of aCreateSessionResponserecord class.ResumeSessionResponse(String sessionId, String workspacePath, SessionCapabilities capabilities, List<OpenCanvasInstance> openCanvases) Creates an instance of aResumeSessionResponserecord class.