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 Summary
ConstructorsConstructorDescriptionObjectStorePutBlob(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 Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6) org.apache.pekko.util.ByteStringbody()scala.Option<org.apache.pekko.http.scaladsl.model.headers.HttpEncoding>org.apache.pekko.http.scaladsl.model.ContentTypescala.Option<HereDigest>digest()scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.HttpHeader>headers()Note: when change it always check all conflicts/replacements that can happens by base and child classesscala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity>booleankey()layerId()org.apache.pekko.http.scaladsl.model.HttpMethodmethod()path()static StringtoString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.here.platform.data.client.service.blobstore.BlobV2Endpoint
apiTypeMethods inherited from interface com.here.platform.data.client.http.Endpoint
acceptableNonSuccessStatusCodes, forceStrict, maxWaitingTimeBetweenRetries, perRequestTimeout, retriableHttpStatusCodes, retriesDeadlineMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface com.here.platform.data.client.http.RestEndpoint
acceptHeader, asHttpRequest, createParamMap, query, queryAsSeq
-
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
-
path
- Specified by:
pathin interfaceObjectStoreKeyEndpoint- Specified by:
pathin interfaceRestEndpoint
-
layerId
- Specified by:
layerIdin interfaceObjectStoreKeyEndpoint
-
key
- Specified by:
keyin interfaceObjectStoreKeyEndpoint
-
contentType
public org.apache.pekko.http.scaladsl.model.ContentType contentType() -
contentEncoding
public scala.Option<org.apache.pekko.http.scaladsl.model.headers.HttpEncoding> contentEncoding() -
digest
-
body
public org.apache.pekko.util.ByteString body() -
method
public org.apache.pekko.http.scaladsl.model.HttpMethod method() -
isStreamingRequest
public boolean isStreamingRequest()- Specified by:
isStreamingRequestin interfaceEndpoint
-
httpEntity
public scala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity> httpEntity()- Specified by:
httpEntityin interfaceEndpoint
-
headers
public scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.HttpHeader> headers()Description copied from interface:EndpointNote: when change it always check all conflicts/replacements that can happens by base and child classes
-