Uses of Enum Class
com.github.copilot.generated.rpc.WorkspaceDiffMode
Packages that use WorkspaceDiffMode
-
Uses of WorkspaceDiffMode in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return WorkspaceDiffModeModifier and TypeMethodDescriptionstatic WorkspaceDiffModeSessionWorkspacesDiffParams.mode()Returns the value of themoderecord component.SessionWorkspacesDiffResult.mode()Returns the value of themoderecord component.SessionWorkspacesDiffResult.requestedMode()Returns the value of therequestedModerecord component.static WorkspaceDiffModeReturns the enum constant of this class with the specified name.static WorkspaceDiffMode[]WorkspaceDiffMode.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 WorkspaceDiffModeModifierConstructorDescriptionSessionWorkspacesDiffParams(String sessionId, WorkspaceDiffMode mode) Creates an instance of aSessionWorkspacesDiffParamsrecord class.SessionWorkspacesDiffResult(WorkspaceDiffMode requestedMode, WorkspaceDiffMode mode, List<WorkspaceDiffFileChange> changes, String baseBranch, Boolean isFallback) Creates an instance of aSessionWorkspacesDiffResultrecord class.