C# Class WykopSharpClient.Repository.Builder.RelatedQuery

Inheritance: AbstractQuery
Show file Open project: adiospl/WykopSharp Class Usage Examples

Public Methods

Method Description
Build ( ) : void
WithPlus18 ( bool plus18 ) : RelatedQuery
WithTitle ( string title ) : RelatedQuery
WithUrl ( Uri url ) : RelatedQuery

Private Methods

Method Description
Fields ( ) : string>>.IEnumerable

Method Details

Build() public method

public Build ( ) : void
return void

WithPlus18() public method

public WithPlus18 ( bool plus18 ) : RelatedQuery
plus18 bool
return RelatedQuery

WithTitle() public method

public WithTitle ( string title ) : RelatedQuery
title string
return RelatedQuery

WithUrl() public method

public WithUrl ( Uri url ) : RelatedQuery
url Uri
return RelatedQuery