Class PutVolatileBlob
java.lang.Object
com.here.platform.data.client.service.blobstore.PutVolatileBlob
- All Implemented Interfaces:
Api,Endpoint,RestEndpoint,BlobstoreRestEndpoint,VolatileBlobstoreEndpoint,Serializable,scala.Equals,scala.Product
public final class PutVolatileBlob
extends Object
implements BlobstoreRestEndpoint, VolatileBlobstoreEndpoint, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPutVolatileBlob(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, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, Object> body) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7) org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,Object> body()scala.Option<org.apache.pekko.http.scaladsl.model.headers.HttpEncoding>longorg.apache.pekko.http.scaladsl.model.ContentTypescala.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>booleanlayerId()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.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, queryAsSeqMethods inherited from interface com.here.platform.data.client.service.blobstore.VolatileBlobstoreEndpoint
apiType
-
Constructor Details
-
PutVolatileBlob
public PutVolatileBlob(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, 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) -
toString
-
path
- Specified by:
pathin interfaceBlobstoreRestEndpoint- Specified by:
pathin interfaceRestEndpoint
-
catalogId
-
layerId
- Specified by:
layerIdin interfaceBlobstoreRestEndpoint
-
dataHandle
- Specified by:
dataHandlein interfaceBlobstoreRestEndpoint
-
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() -
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
-