java.lang.Object
com.here.platform.data.client.service.blobstore.PutBlob
All Implemented Interfaces:
Api, Endpoint, RestEndpoint, BlobstoreRestEndpoint, DurableBlobstoreEndpoint, Serializable, scala.Equals, scala.Product

public final class PutBlob extends Object implements BlobstoreRestEndpoint, DurableBlobstoreEndpoint, scala.Product, Serializable
See Also:
  • Constructor Details

    • PutBlob

      public PutBlob(String catalogId, String layerId, String dataHandle, org.apache.pekko.http.scaladsl.model.ContentType contentType, scala.Option<org.apache.pekko.http.scaladsl.model.headers.HttpEncoding> contentEncoding, long contentLength, scala.Option<HereDigest> digest, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,Object> body)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8)
    • toString

      public static String toString()
    • path

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

      public String catalogId()
    • layerId

      public String layerId()
      Specified by:
      layerId in interface BlobstoreRestEndpoint
    • dataHandle

      public String dataHandle()
      Specified by:
      dataHandle in interface BlobstoreRestEndpoint
    • contentType

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

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

      public long contentLength()
    • digest

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

      public org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,Object> 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
    • acceptableNonSuccessStatusCodes

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