Uses of Enum Class
page.codeberg.friedolyn.configuration.client.Client.ClientKind
Packages that use Client.ClientKind
-
Uses of Client.ClientKind in page.codeberg.friedolyn.configuration.client
Fields in page.codeberg.friedolyn.configuration.client declared as Client.ClientKindModifier and TypeFieldDescriptionprivate @NonNull Client.ClientKind
Client.preferredClientKind
The kind of client to use for the HTTP requests.Methods in page.codeberg.friedolyn.configuration.client that return Client.ClientKindModifier and TypeMethodDescriptionstatic Client.ClientKind
Returns the enum constant of this class with the specified name.static Client.ClientKind[]
Client.ClientKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in page.codeberg.friedolyn.configuration.client with parameters of type Client.ClientKindModifier and TypeMethodDescriptionvoid
Client.setPreferredClientKind
(Client.ClientKind preferredClientKind) Updates theClient.preferredClientKind
field.