Uses of Enum Class
com.github.copilot.generated.rpc.HistoryRewindUnavailableReason
Packages that use HistoryRewindUnavailableReason
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of HistoryRewindUnavailableReason in com.github.copilot.generated.rpc
Subclasses with type arguments of type HistoryRewindUnavailableReason in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumReason a rewind read (rewind points, file-restore preview, or session diff) could not be answered from the session's file-change captures.Methods in com.github.copilot.generated.rpc that return HistoryRewindUnavailableReasonModifier and TypeMethodDescriptionSessionHistoryPreviewRewindResult.reason()Returns the value of thereasonrecord component.SessionHistoryListRewindPointsResult.unavailableReason()Returns the value of theunavailableReasonrecord component.SessionWorkspacesDiffResult.unavailableReason()Returns the value of theunavailableReasonrecord component.Returns the enum constant of this class with the specified name.static HistoryRewindUnavailableReason[]HistoryRewindUnavailableReason.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 HistoryRewindUnavailableReasonModifierConstructorDescriptionSessionHistoryListRewindPointsResult(Boolean fileChangeTrackingEnabled, HistoryRewindUnavailableReason unavailableReason, List<HistoryRewindPoint> points) Creates an instance of aSessionHistoryListRewindPointsResultrecord class.SessionHistoryPreviewRewindResult(Boolean available, HistoryRewindUnavailableReason reason, Long fileCount, List<HistoryRewindFilePreview> files) Creates an instance of aSessionHistoryPreviewRewindResultrecord class.SessionWorkspacesDiffResult(WorkspaceDiffMode requestedMode, WorkspaceDiffMode mode, List<WorkspaceDiffFileChange> changes, String baseBranch, Boolean isFallback, HistoryRewindUnavailableReason unavailableReason) Creates an instance of aSessionWorkspacesDiffResultrecord class.