Class GetMinimumVersion

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

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

    • GetMinimumVersion

      public GetMinimumVersion()
  • Method Details

    • apply

      public abstract static R apply()
    • toString

      public static String toString()
    • path

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

      public scala.collection.immutable.Set<org.apache.pekko.http.scaladsl.model.StatusCode> acceptableNonSuccessStatusCodes()
      Specified by:
      acceptableNonSuccessStatusCodes 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