java.lang.Object
com.here.platform.data.client.service.index.Query
All Implemented Interfaces:
Api, Endpoint, RestEndpoint, IndexApi, Serializable, scala.Equals, scala.Product

public final class Query extends Object implements IndexApi, RestEndpoint, scala.Product, Serializable
See Also:
  • Constructor Details

  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3)
    • toString

      public static String toString()
    • layer

      public String layer()
    • queryString

      public String queryString()
    • partId

      public scala.Option<String> partId()
    • path

      public String path()
      Specified by:
      path in interface RestEndpoint
    • query

      public scala.collection.immutable.Map<String,scala.collection.immutable.Seq<String>> query()
      Specified by:
      query in interface RestEndpoint
    • forceStrict

      public boolean forceStrict()
      Description copied from interface: Endpoint
      Force to read all response body in memory inside retried block, this is used when simple responses return chunked data that can cause Truncation exception when parsed.

      TODO: can become !isStreamingRequest, but need some heavy test to see the memory impact

      Specified by:
      forceStrict in interface Endpoint