Uses of Enum Class
com.github.copilot.generated.rpc.MetadataSnapshotCurrentMode
Packages that use MetadataSnapshotCurrentMode
-
Uses of MetadataSnapshotCurrentMode in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return MetadataSnapshotCurrentModeModifier and TypeMethodDescriptionSessionMetadataSnapshotResult.currentMode()Returns the value of thecurrentModerecord component.static MetadataSnapshotCurrentModestatic MetadataSnapshotCurrentModeReturns the enum constant of this class with the specified name.static MetadataSnapshotCurrentMode[]MetadataSnapshotCurrentMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type MetadataSnapshotCurrentModeModifierConstructorDescriptionSessionMetadataSnapshotResult(String sessionId, OffsetDateTime startTime, OffsetDateTime modifiedTime, Boolean isRemote, Boolean alreadyInUse, String workspacePath, String initialName, String clientName, MetadataSnapshotRemoteMetadata remoteMetadata, String summary, String workingDirectory, MetadataSnapshotCurrentMode currentMode, String selectedModel, SessionMetadataSnapshotResult.SessionMetadataSnapshotResultWorkspace workspace) Creates an instance of aSessionMetadataSnapshotResultrecord class.