Class SessionsOpenHandoff
java.lang.Object
com.github.copilot.generated.rpc.SessionsOpenParams
com.github.copilot.generated.rpc.SessionsOpenHandoff
Parameters for fetching a remote session and handing it off to a new local session.
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKind()Returns the discriminator value for this variant.voidsetMetadata(RemoteSessionMetadataValue metadata) voidsetOnConfirm(Object onConfirm) voidsetOnProgress(Object onProgress) voidsetOptions(SessionOpenOptions options) voidsetTaskType(SessionsOpenHandoffTaskType taskType)
-
Constructor Details
-
SessionsOpenHandoff
public SessionsOpenHandoff()
-
-
Method Details
-
getKind
Description copied from class:SessionsOpenParamsReturns the discriminator value for this variant.- Specified by:
getKindin classSessionsOpenParams- Returns:
- the kind discriminator
-
getMetadata
-
setMetadata
-
getOptions
-
setOptions
-
getTaskType
-
setTaskType
-
getOnProgress
-
setOnProgress
-
getOnConfirm
-
setOnConfirm
-