Class GetFeatureCollectionByIterate

java.lang.Object
com.here.platform.data.client.service.interactiveMap.GetFeatureCollectionByIterate
All Implemented Interfaces:
Api, Endpoint, RestEndpoint, InteractiveMapApi, Serializable, scala.Equals, scala.Product

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

    • GetFeatureCollectionByIterate

      public GetFeatureCollectionByIterate(String layerId, String pageToken, scala.collection.immutable.Set<String> selection, scala.Option<Object> limit, scala.Option<InteractiveMapContext> context, scala.Option<Object> version)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6)
    • toString

      public static String toString()
    • layerId

      public String layerId()
    • pageToken

      public String pageToken()
    • selection

      public scala.collection.immutable.Set<String> selection()
    • limit

      public scala.Option<Object> limit()
    • context

      public scala.Option<InteractiveMapContext> context()
    • version

      public scala.Option<Object> version()
    • 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
    • method

      public org.apache.pekko.http.scaladsl.model.HttpMethod method()
      Specified by:
      method in interface Endpoint
    • headers

      public scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.HttpHeader> headers()
      Description copied from interface: Endpoint
      Note: when change it always check all conflicts/replacements that can happens by base and child classes
      Specified by:
      headers in interface Endpoint
    • 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