Interface QueryBuilder

All Known Implementing Classes:
FilterQueryBuilder, IncludesQueryBuilder, PaginationQueryBuilder, SortQueryBuilder

public interface QueryBuilder
Interface for building URL parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    build(ResourceType resourceType)
    Build a http query string from the paramters of this builder that conforms to the style of the ResourceType.
  • Method Details

    • build

      String build(ResourceType resourceType)
      Build a http query string from the paramters of this builder that conforms to the style of the ResourceType.
      Parameters:
      resourceType -
      Returns: