Uses of Record Class
com.github.copilot.generated.rpc.FactoryProgressLine
Packages that use FactoryProgressLine
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of FactoryProgressLine in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type FactoryProgressLineModifier and TypeMethodDescriptionFactoryProgressPage.records()Returns the value of therecordsrecord component.SessionFactoryGetRunProgressResult.records()Returns the value of therecordsrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type FactoryProgressLineModifierConstructorDescriptionFactoryProgressPage(List<FactoryProgressLine> records, Long oldestSeq, Long newestSeq, Boolean hasMoreOlder, Boolean hasMoreNewer, Long revision) Creates an instance of aFactoryProgressPagerecord class.SessionFactoryGetRunProgressResult(List<FactoryProgressLine> records, Long oldestSeq, Long newestSeq, Boolean hasMoreOlder, Boolean hasMoreNewer, Long revision) Creates an instance of aSessionFactoryGetRunProgressResultrecord class.