Uses of Record Class
com.github.copilot.generated.rpc.HistoryRewindPoint
Packages that use HistoryRewindPoint
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of HistoryRewindPoint in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type HistoryRewindPointModifier and TypeMethodDescriptionSessionHistoryListRewindPointsResult.points()Returns the value of thepointsrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type HistoryRewindPointModifierConstructorDescriptionSessionHistoryListRewindPointsResult(Boolean fileChangeTrackingEnabled, HistoryRewindUnavailableReason unavailableReason, List<HistoryRewindPoint> points) Creates an instance of aSessionHistoryListRewindPointsResultrecord class.