Interface QueryBuilder
- All Known Implementing Classes:
FilterQueryBuilder,IncludesQueryBuilder,PaginationQueryBuilder,SortQueryBuilder
public interface QueryBuilder
Interface for building URL parameters.
-
Method Summary
Modifier and TypeMethodDescriptionbuild(ResourceType resourceType) Build a http query string from the paramters of this builder that conforms to the style of theResourceType.
-
Method Details
-
build
Build a http query string from the paramters of this builder that conforms to the style of theResourceType.- Parameters:
resourceType-- Returns:
-