Package de.sfuhrm.radiobrowser4j
Class AdvancedSearch
java.lang.Object
de.sfuhrm.radiobrowser4j.AdvancedSearch
Holder for an advanced search query.
A builder can be created by calling
AdvancedSearch.builder(),
and then when you are finished
AdvancedSearch.AdvancedSearchBuilder.build().
Please note that this- Author:
- Stephan Fuhrmann
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AdvancedSearch
public AdvancedSearch()
-
-
Method Details
-
apply
Applies the parameters stored in this instance to the given request parameters.- Parameters:
requestParams- the parameters to apply the instance content to.
-