Package com.github.copilot.sdk.json
Class ResumeSessionResponse
java.lang.Object
com.github.copilot.sdk.json.ResumeSessionResponse
Internal response object from resuming a session.
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the workspace path when infinite sessions are enabled.voidsetSessionId(String sessionId) voidsetWorkspacePath(String workspacePath)
-
Constructor Details
-
ResumeSessionResponse
public ResumeSessionResponse()
-
-
Method Details
-
getSessionId
-
setSessionId
-
getWorkspacePath
Gets the workspace path when infinite sessions are enabled.- Returns:
- the workspace path, or
nullif infinite sessions are disabled
-
setWorkspacePath
-