Uses of Record Class
com.github.copilot.generated.rpc.WorkspaceDiffFileChange
Packages that use WorkspaceDiffFileChange
-
Uses of WorkspaceDiffFileChange in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type WorkspaceDiffFileChangeModifier and TypeMethodDescriptionSessionWorkspacesDiffResult.changes()Returns the value of thechangesrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type WorkspaceDiffFileChangeModifierConstructorDescriptionSessionWorkspacesDiffResult(WorkspaceDiffMode requestedMode, WorkspaceDiffMode mode, List<WorkspaceDiffFileChange> changes, String baseBranch, Boolean isFallback) Creates an instance of aSessionWorkspacesDiffResultrecord class.