Uses of Record Class
com.github.copilot.generated.rpc.HistoryRewindFilePreview
Packages that use HistoryRewindFilePreview
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of HistoryRewindFilePreview in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type HistoryRewindFilePreviewModifier and TypeMethodDescriptionSessionHistoryPreviewRewindResult.files()Returns the value of thefilesrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type HistoryRewindFilePreviewModifierConstructorDescriptionSessionHistoryPreviewRewindResult(Boolean available, HistoryRewindUnavailableReason reason, Long fileCount, List<HistoryRewindFilePreview> files) Creates an instance of aSessionHistoryPreviewRewindResultrecord class.