Interface UserAgentAccessor.UserAgentBuilder<B extends UserAgentAccessor.UserAgentBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
UserAgentAccessor

public static interface UserAgentAccessor.UserAgentBuilder<B extends UserAgentAccessor.UserAgentBuilder<B>>
Provides a builder method for a user agent property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withUserAgent(String aUserAgent)
    Sets the user agent for the user agent property.
  • Method Details

    • withUserAgent

      B withUserAgent(String aUserAgent)
      Sets the user agent for the user agent property.
      Parameters:
      aUserAgent - The user agent to be stored by the user agent property.
      Returns:
      The builder for applying multiple build operations.