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.Client
Returns 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 givenlabel
to the corresponding key in theUserAgentManager.Client
enum.Methods in page.codeberg.friedolyn.configuration.client with parameters of type UserAgentManager.ClientModifier and TypeMethodDescriptionvoid
Client.setUserAgent
(UserAgentManager.Client client, UserAgentManager.Platform platform) Updates theClient.userAgent
field 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.