Uses of Record Class
com.github.copilot.generated.rpc.ScheduleEntry
Packages that use ScheduleEntry
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of ScheduleEntry in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return ScheduleEntryModifier and TypeMethodDescriptionSessionScheduleAddAtResult.entry()Returns the value of theentryrecord component.SessionScheduleAddCronResult.entry()Returns the value of theentryrecord component.SessionScheduleAddResult.entry()Returns the value of theentryrecord component.SessionScheduleAddSelfPacedResult.entry()Returns the value of theentryrecord component.SessionScheduleRearmSelfPacedResult.entry()Returns the value of theentryrecord component.SessionScheduleStopResult.entry()Returns the value of theentryrecord component.Methods in com.github.copilot.generated.rpc that return types with arguments of type ScheduleEntryModifier and TypeMethodDescriptionSessionScheduleListResult.entries()Returns the value of theentriesrecord component.Constructors in com.github.copilot.generated.rpc with parameters of type ScheduleEntryModifierConstructorDescriptionSessionScheduleAddAtResult(ScheduleEntry entry, String error) Creates an instance of aSessionScheduleAddAtResultrecord class.SessionScheduleAddCronResult(ScheduleEntry entry, String error) Creates an instance of aSessionScheduleAddCronResultrecord class.SessionScheduleAddResult(ScheduleEntry entry, String error) Creates an instance of aSessionScheduleAddResultrecord class.SessionScheduleAddSelfPacedResult(ScheduleEntry entry, String error) Creates an instance of aSessionScheduleAddSelfPacedResultrecord class.SessionScheduleRearmSelfPacedResult(ScheduleEntry entry, String error) Creates an instance of aSessionScheduleRearmSelfPacedResultrecord class.Creates an instance of aSessionScheduleStopResultrecord class.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type ScheduleEntryModifierConstructorDescriptionSessionScheduleListResult(List<ScheduleEntry> entries) Creates an instance of aSessionScheduleListResultrecord class.