WykopSharpClient.Repository.Builder.RelatedQuery.WithUrl C# (CSharp) Method

WithUrl() public method

public WithUrl ( Uri url ) : RelatedQuery
url Uri
return RelatedQuery
        public RelatedQuery WithUrl(Uri url)
        {
            _url = url.ToString();
            return this;
        }