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.ClientKindClient.preferredClientKindThe kind of client to use for the HTTP requests.Methods in page.codeberg.friedolyn.configuration.client that return Client.ClientKindModifier and TypeMethodDescriptionstatic Client.ClientKindReturns 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 TypeMethodDescriptionvoidClient.setPreferredClientKind(Client.ClientKind preferredClientKind) Updates theClient.preferredClientKindfield.