Class ObjectStoreGetBlob
java.lang.Object
com.here.platform.data.client.service.blobstore.ObjectStoreGetBlob
- All Implemented Interfaces:
Api,Endpoint,RestEndpoint,BlobV2Endpoint,ObjectStoreKeyEndpoint,Serializable,scala.Equals,scala.Product
public final class ObjectStoreGetBlob
extends Object
implements BlobV2Endpoint, ObjectStoreKeyEndpoint, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectStoreGetBlob(String layerId, String key, ByteRange range, scala.Option<BlobAccessType> blobAccessType) -
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) 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 classeskey()layerId()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.BlobV2Endpoint
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
-
ObjectStoreGetBlob
public ObjectStoreGetBlob(String layerId, String key, ByteRange range, scala.Option<BlobAccessType> blobAccessType)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
path
- Specified by:
pathin interfaceObjectStoreKeyEndpoint- Specified by:
pathin interfaceRestEndpoint
-
layerId
- Specified by:
layerIdin interfaceObjectStoreKeyEndpoint
-
key
- Specified by:
keyin interfaceObjectStoreKeyEndpoint
-
range
-
blobAccessType
-
acceptableNonSuccessStatusCodes
public scala.collection.immutable.Set<org.apache.pekko.http.scaladsl.model.StatusCode> acceptableNonSuccessStatusCodes()- Specified by:
acceptableNonSuccessStatusCodesin interfaceEndpoint
-
query
- Specified by:
queryin interfaceRestEndpoint
-
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
-