Class GetNextPageOfVolatileChanges

java.lang.Object
com.here.platform.data.client.service.metadata.GetNextPageOfVolatileChanges
All Implemented Interfaces:
Api, Endpoint, HyperMediaEndpoint, CatalogApi, Serializable, scala.Equals, scala.Product

public final class GetNextPageOfVolatileChanges extends Object implements HyperMediaEndpoint, CatalogApi, scala.Product, Serializable
See Also:
  • Constructor Details

    • GetNextPageOfVolatileChanges

      public GetNextPageOfVolatileChanges(String next)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • next

      public String next()
    • uri

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