Class UploadPartitions
java.lang.Object
com.here.platform.data.client.service.ingest.UploadPartitions
- All Implemented Interfaces:
Api,Endpoint,RestEndpoint,IngestApi,Serializable,scala.Equals,scala.Product
public final class UploadPartitions
extends Object
implements RestEndpoint, IngestApi, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUploadPartitions(String layerId, scala.collection.immutable.Seq<PublishPartition> partitions) -
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, queryAsSeq
-
Constructor Details
-
UploadPartitions
public UploadPartitions(String layerId, scala.collection.immutable.Seq<PublishPartition> partitions)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
layerId
-
partitions
-
path
- Specified by:
pathin interfaceRestEndpoint
-
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
-