Interface UrlAccessor.UrlProperty

    • Method Detail

      • letUrl

        default Url letUrl​(Url aUrl)
        This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given Url (setter) as of UrlAccessor.UrlMutator.setUrl(Url) and returns the very same value (getter).
        Parameters:
        aUrl - The Url to set (via UrlAccessor.UrlMutator.setUrl(Url)).
        Returns:
        Returns the value passed for it to be used in conclusive processing steps.