Class ObjectStorePutBlob

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

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

    • ObjectStorePutBlob

      public ObjectStorePutBlob(String layerId, String key, org.apache.pekko.http.scaladsl.model.ContentType contentType, scala.Option<org.apache.pekko.http.scaladsl.model.headers.HttpEncoding> contentEncoding, scala.Option<HereDigest> digest, org.apache.pekko.util.ByteString body)
  • 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 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
    • contentType

      public org.apache.pekko.http.scaladsl.model.ContentType contentType()
    • contentEncoding

      public scala.Option<org.apache.pekko.http.scaladsl.model.headers.HttpEncoding> contentEncoding()
    • digest

      public scala.Option<HereDigest> digest()
    • body

      public org.apache.pekko.util.ByteString body()
    • method

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

      public boolean isStreamingRequest()
      Specified by:
      isStreamingRequest in interface Endpoint
    • httpEntity

      public scala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity> httpEntity()
      Specified by:
      httpEntity 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