Class GetBlob
java.lang.Object
com.here.platform.data.client.service.blobstore.GetBlob
- All Implemented Interfaces:
Api,Endpoint,RestEndpoint,BlobstoreRestEndpoint,DurableBlobstoreEndpoint,Serializable,scala.Equals,scala.Product
public final class GetBlob
extends Object
implements BlobstoreRestEndpoint, DurableBlobstoreEndpoint, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.Set<org.apache.pekko.http.scaladsl.model.StatusCode>abstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) scala.Option<BlobAccessType>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 classeslayerId()path()query()range()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.DurableBlobstoreEndpoint
apiTypeMethods inherited from interface com.here.platform.data.client.http.Endpoint
forceStrict, httpEntity, isStreamingRequest, maxWaitingTimeBetweenRetries, method, 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, queryAsSeq
-
Constructor Details
-
GetBlob
public GetBlob(String catalogId, String layerId, String dataHandle, ByteRange range, scala.Option<BlobAccessType> blobAccessType)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) -
toString
-
path
- Specified by:
pathin interfaceBlobstoreRestEndpoint- Specified by:
pathin interfaceRestEndpoint
-
catalogId
-
layerId
- Specified by:
layerIdin interfaceBlobstoreRestEndpoint
-
dataHandle
- Specified by:
dataHandlein interfaceBlobstoreRestEndpoint
-
range
-
blobAccessType
-
query
- Specified by:
queryin interfaceRestEndpoint
-
acceptableNonSuccessStatusCodes
public scala.collection.immutable.Set<org.apache.pekko.http.scaladsl.model.StatusCode> acceptableNonSuccessStatusCodes()- Specified by:
acceptableNonSuccessStatusCodesin 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
-