Uses of Enum Class
com.github.copilot.sdk.generated.SessionContextChangedEvent.SessionContextChangedEventData.SessionContextChangedEventDataHostType
Packages that use SessionContextChangedEvent.SessionContextChangedEventData.SessionContextChangedEventDataHostType
-
Uses of SessionContextChangedEvent.SessionContextChangedEventData.SessionContextChangedEventDataHostType in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return SessionContextChangedEvent.SessionContextChangedEventData.SessionContextChangedEventDataHostTypeModifier and TypeMethodDescriptionstatic SessionContextChangedEvent.SessionContextChangedEventData.SessionContextChangedEventDataHostTypeSessionContextChangedEvent.SessionContextChangedEventData.SessionContextChangedEventDataHostType.fromValue(String value) SessionContextChangedEvent.SessionContextChangedEventData.hostType()Returns the value of thehostTyperecord component.static SessionContextChangedEvent.SessionContextChangedEventData.SessionContextChangedEventDataHostTypeSessionContextChangedEvent.SessionContextChangedEventData.SessionContextChangedEventDataHostType.valueOf(String name) Returns the enum constant of this class with the specified name.static SessionContextChangedEvent.SessionContextChangedEventData.SessionContextChangedEventDataHostType[]SessionContextChangedEvent.SessionContextChangedEventData.SessionContextChangedEventDataHostType.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 SessionContextChangedEvent.SessionContextChangedEventData.SessionContextChangedEventDataHostTypeModifierConstructorDescriptionSessionContextChangedEventData(String cwd, String gitRoot, String repository, SessionContextChangedEvent.SessionContextChangedEventData.SessionContextChangedEventDataHostType hostType, String branch, String headCommit, String baseCommit) Creates an instance of aSessionContextChangedEventDatarecord class.