Uses of Enum Class
com.github.copilot.generated.rpc.ConnectedRemoteSessionMetadataKind
Packages that use ConnectedRemoteSessionMetadataKind
-
Uses of ConnectedRemoteSessionMetadataKind in com.github.copilot.generated.rpc
Subclasses with type arguments of type ConnectedRemoteSessionMetadataKind in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumNeutral SDK discriminator for the connected remote session kind.Methods in com.github.copilot.generated.rpc that return ConnectedRemoteSessionMetadataKindModifier and TypeMethodDescriptionConnectedRemoteSessionMetadata.kind()Returns the value of thekindrecord component.Returns the enum constant of this class with the specified name.static ConnectedRemoteSessionMetadataKind[]ConnectedRemoteSessionMetadataKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type ConnectedRemoteSessionMetadataKindModifierConstructorDescriptionConnectedRemoteSessionMetadata(String sessionId, String name, String summary, OffsetDateTime startTime, OffsetDateTime modifiedTime, ConnectedRemoteSessionMetadataRepository repository, Long pullRequestNumber, String resourceId, ConnectedRemoteSessionMetadataKind kind, OffsetDateTime staleAt, String state) Creates an instance of aConnectedRemoteSessionMetadatarecord class.