Uses of Enum Class
page.codeberg.friedolyn.configuration.client.UserAgentManager.Platform
Packages that use UserAgentManager.Platform
-
Uses of UserAgentManager.Platform in page.codeberg.friedolyn.configuration.client
Methods in page.codeberg.friedolyn.configuration.client that return UserAgentManager.PlatformModifier and TypeMethodDescriptionstatic UserAgentManager.Platform
Returns the enum constant of this class with the specified name.static UserAgentManager.Platform[]
UserAgentManager.Platform.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.PlatformModifier and TypeMethodDescriptionstatic @NonNull Optional
<UserAgentManager.Platform> Converts the givenlabel
to the corresponding key in theUserAgentManager.Platform
enum.Methods in page.codeberg.friedolyn.configuration.client with parameters of type UserAgentManager.PlatformModifier 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.PlatformModifierConstructorDescriptionClient
(UserAgentManager.Client client, UserAgentManager.Platform platform) Creates a new client with the given user agent.