Uses of Enum Class
com.github.copilot.sdk.generated.SessionHandoffEvent.SessionHandoffEventData.SessionHandoffEventDataSourceType
-
Uses of SessionHandoffEvent.SessionHandoffEventData.SessionHandoffEventDataSourceType in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return SessionHandoffEvent.SessionHandoffEventData.SessionHandoffEventDataSourceTypeModifier and TypeMethodDescriptionSessionHandoffEvent.SessionHandoffEventData.SessionHandoffEventDataSourceType.fromValue(String value) SessionHandoffEvent.SessionHandoffEventData.sourceType()Returns the value of thesourceTyperecord component.Returns the enum constant of this class with the specified name.SessionHandoffEvent.SessionHandoffEventData.SessionHandoffEventDataSourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.generated with parameters of type SessionHandoffEvent.SessionHandoffEventData.SessionHandoffEventDataSourceTypeModifierConstructorDescriptionSessionHandoffEventData(OffsetDateTime handoffTime, SessionHandoffEvent.SessionHandoffEventData.SessionHandoffEventDataSourceType sourceType, SessionHandoffEvent.SessionHandoffEventData.SessionHandoffEventDataRepository repository, String context, String summary, String remoteSessionId, String host) Creates an instance of aSessionHandoffEventDatarecord class.