Uses of Enum Class
dev.dokimos.server.entity.LlmConnectionProtocol
Packages that use LlmConnectionProtocol
-
Uses of LlmConnectionProtocol in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return LlmConnectionProtocolModifier and TypeMethodDescriptionCreateLlmConnectionRequest.protocol()Returns the value of theprotocolrecord component.LlmConnectionView.protocol()Returns the value of theprotocolrecord component.UpdateLlmConnectionRequest.protocol()Returns the value of theprotocolrecord component.Constructors in dev.dokimos.server.dto.v1 with parameters of type LlmConnectionProtocolModifierConstructorDescriptionCreateLlmConnectionRequest(@NotBlank String name, @NotBlank String baseUrl, @NotBlank String model, LlmConnectionProtocol protocol, String apiKey, String credentialRef) Creates an instance of aCreateLlmConnectionRequestrecord class.LlmConnectionView(UUID id, String name, String baseUrl, String model, LlmConnectionProtocol protocol, String credentialRef, boolean hasInlineKey, Instant createdAt) Creates an instance of aLlmConnectionViewrecord class.UpdateLlmConnectionRequest(@NotBlank String name, @NotBlank String baseUrl, @NotBlank String model, LlmConnectionProtocol protocol, String apiKey, String credentialRef) Creates an instance of aUpdateLlmConnectionRequestrecord class. -
Uses of LlmConnectionProtocol in dev.dokimos.server.entity
Methods in dev.dokimos.server.entity that return LlmConnectionProtocolModifier and TypeMethodDescriptionLlmConnection.getProtocol()static LlmConnectionProtocolReturns the enum constant of this class with the specified name.static LlmConnectionProtocol[]LlmConnectionProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.dokimos.server.entity with parameters of type LlmConnectionProtocol