Class GetChangesById

java.lang.Object
com.here.platform.data.client.service.query.GetChangesById
All Implemented Interfaces:
Api, Endpoint, RestEndpoint, QueryApi, QueryEndpoint, Serializable, scala.Equals, scala.Product

public final class GetChangesById extends Object implements QueryEndpoint, QueryApi, scala.Product, Serializable
See Also:
  • Constructor Details

    • GetChangesById

      public GetChangesById(long startVersion, long endVersion, String layer, scala.collection.immutable.Seq<String> partitionIds, VersionedLayerContext context, scala.collection.immutable.Set<AdditionalField> additionalFields)
  • 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()
    • path

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

      public long startVersion()
    • endVersion

      public long endVersion()
    • layer

      public String layer()
      Specified by:
      layer in interface QueryEndpoint
    • partitionIds

      public scala.collection.immutable.Seq<String> partitionIds()
    • context

      public VersionedLayerContext context()
    • additionalFields

      public scala.collection.immutable.Set<AdditionalField> additionalFields()
    • query

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

      public String endpointPath()
      Specified by:
      endpointPath in interface QueryEndpoint
    • 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