Uses of Enum Class
com.github.copilot.generated.HandoffSourceType
Packages that use HandoffSourceType
-
Uses of HandoffSourceType in com.github.copilot.generated
Subclasses with type arguments of type HandoffSourceType in com.github.copilot.generatedModifier and TypeClassDescriptionenumOrigin type of the session being handed offMethods in com.github.copilot.generated that return HandoffSourceTypeModifier and TypeMethodDescriptionstatic HandoffSourceTypeSessionHandoffEvent.SessionHandoffEventData.sourceType()Returns the value of thesourceTyperecord component.static HandoffSourceTypeReturns the enum constant of this class with the specified name.static HandoffSourceType[]HandoffSourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type HandoffSourceTypeModifierConstructorDescriptionSessionHandoffEventData(OffsetDateTime handoffTime, HandoffSourceType sourceType, HandoffRepository repository, String context, String summary, String remoteSessionId, String host) Creates an instance of aSessionHandoffEventDatarecord class.