Uses of Record Class
com.github.copilot.generated.rpc.PlanSqlTodosRow
Packages that use PlanSqlTodosRow
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of PlanSqlTodosRow in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type PlanSqlTodosRowModifier and TypeMethodDescriptionSessionPlanReadSqlTodosResult.rows()Returns the value of therowsrecord component.SessionPlanReadSqlTodosWithDependenciesResult.rows()Returns the value of therowsrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type PlanSqlTodosRowModifierConstructorDescriptionCreates an instance of aSessionPlanReadSqlTodosResultrecord class.SessionPlanReadSqlTodosWithDependenciesResult(List<PlanSqlTodosRow> rows, List<PlanSqlTodoDependency> dependencies) Creates an instance of aSessionPlanReadSqlTodosWithDependenciesResultrecord class.