Class ObjectStoreGetBlob

java.lang.Object
com.here.platform.data.client.service.blobstore.ObjectStoreGetBlob
All Implemented Interfaces:
Api, Endpoint, RestEndpoint, BlobV2Endpoint, ObjectStoreKeyEndpoint, Serializable, scala.Equals, scala.Product

public final class ObjectStoreGetBlob extends Object implements BlobV2Endpoint, ObjectStoreKeyEndpoint, scala.Product, Serializable
See Also:
  • Constructor Details

  • Method Details

    • apply

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

      public static String toString()
    • path

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

      public String layerId()
      Specified by:
      layerId in interface ObjectStoreKeyEndpoint
    • key

      public String key()
      Specified by:
      key in interface ObjectStoreKeyEndpoint
    • range

      public ByteRange range()
    • blobAccessType

      public scala.Option<BlobAccessType> blobAccessType()
    • acceptableNonSuccessStatusCodes

      public scala.collection.immutable.Set<org.apache.pekko.http.scaladsl.model.StatusCode> acceptableNonSuccessStatusCodes()
      Specified by:
      acceptableNonSuccessStatusCodes in interface Endpoint
    • query

      public scala.collection.immutable.Map<String,scala.collection.immutable.Seq<String>> query()
      Specified by:
      query in interface RestEndpoint
    • 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