Interface UrlAccessor.UrlMutator

All Known Subinterfaces:
HttpRequestBuilder<B>, UrlAccessor.UrlProperty
Enclosing interface:
UrlAccessor

public static interface UrlAccessor.UrlMutator
Provides a mutator for a Url property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setUrl(Url aUrl)
    Sets the Url for the Url property.
  • Method Details

    • setUrl

      void setUrl(Url aUrl)
      Sets the Url for the Url property.
      Parameters:
      aUrl - The Url to be stored by the Url property.