Uses of Enum Class
page.codeberg.friedolyn.configuration.client.UserAgentManager.Client
Packages that use UserAgentManager.Client
-
Uses of UserAgentManager.Client in page.codeberg.friedolyn.configuration.client
Methods in page.codeberg.friedolyn.configuration.client that return UserAgentManager.ClientModifier and TypeMethodDescriptionstatic UserAgentManager.ClientReturns the enum constant of this class with the specified name.static UserAgentManager.Client[]UserAgentManager.Client.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in page.codeberg.friedolyn.configuration.client that return types with arguments of type UserAgentManager.ClientModifier and TypeMethodDescriptionstatic @NonNull Optional<UserAgentManager.Client> Converts the givenlabelto the corresponding key in theUserAgentManager.Clientenum.Methods in page.codeberg.friedolyn.configuration.client with parameters of type UserAgentManager.ClientModifier and TypeMethodDescriptionvoidClient.setUserAgent(UserAgentManager.Client client, UserAgentManager.Platform platform) Updates theClient.userAgentfield with the given parameters.Constructors in page.codeberg.friedolyn.configuration.client with parameters of type UserAgentManager.ClientModifierConstructorDescriptionClient(UserAgentManager.Client client, UserAgentManager.Platform platform) Creates a new client with the given user agent.