Class QueryBuilderImpl<Q extends QueryBuilder<?,​T>,​T>

    • Field Detail

      • feedUrl

        protected String feedUrl
    • Constructor Detail

      • QueryBuilderImpl

        protected QueryBuilderImpl()
      • QueryBuilderImpl

        protected QueryBuilderImpl​(String feedUrl)
    • Method Detail

      • castThis

        protected Q castThis()
      • appendQueryParam

        protected Q appendQueryParam​(String name,
                                     Date value)
      • appendQueryParam

        protected Q appendQueryParam​(String name,
                                     int value)
      • appendQueryParam

        protected Q appendQueryParam​(String name,
                                     boolean value)
      • appendQueryParam

        protected Q appendQueryParam​(String name,
                                     Object value)
      • appendQueryParam

        protected Q appendQueryParam​(String name,
                                     String value)
      • build

        protected String build()