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.PlatformReturns 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 givenlabelto the corresponding key in theUserAgentManager.Platformenum.Methods in page.codeberg.friedolyn.configuration.client with parameters of type UserAgentManager.PlatformModifier 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.PlatformModifierConstructorDescriptionClient(UserAgentManager.Client client, UserAgentManager.Platform platform) Creates a new client with the given user agent.