Interface UrlAccessor.UrlBuilder

All Known Subinterfaces:
HttpRequestBuilder<B>
Enclosing interface:
UrlAccessor

public static interface UrlAccessor.UrlBuilder
Provides a builder method for a Url property returning the builder for applying multiple build operations.
  • Method Details

    • withUrl

      UrlAccessor.UrlBuilder withUrl(Url aUrl)
      Sets the Url for the Url property.
      Parameters:
      aUrl - The Url to be stored by the Url property.
      Returns:
      The builder for applying multiple build operations.