Class UpdateTtlVolatileBlob
java.lang.Object
com.here.platform.data.client.service.blobstore.UpdateTtlVolatileBlob
- All Implemented Interfaces:
Api,Endpoint,RestEndpoint,BlobstoreRestEndpoint,VolatileBlobstoreEndpoint,Serializable,scala.Equals,scala.Product
public final class UpdateTtlVolatileBlob
extends Object
implements BlobstoreRestEndpoint, VolatileBlobstoreEndpoint, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateTtlVolatileBlob(String catalogId, String layerId, String dataHandle, long ttlSeconds) -
Method Summary
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, headers, isStreamingRequest, 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
-
UpdateTtlVolatileBlob
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
path
- Specified by:
pathin interfaceBlobstoreRestEndpoint- Specified by:
pathin interfaceRestEndpoint
-
catalogId
-
layerId
- Specified by:
layerIdin interfaceBlobstoreRestEndpoint
-
dataHandle
- Specified by:
dataHandlein interfaceBlobstoreRestEndpoint
-
ttlSeconds
public long ttlSeconds() -
method
public org.apache.pekko.http.scaladsl.model.HttpMethod method() -
httpEntity
public scala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity> httpEntity()- Specified by:
httpEntityin interfaceEndpoint
-