Class UpdateIndexes
java.lang.Object
com.here.platform.data.client.service.index.UpdateIndexes
- All Implemented Interfaces:
Api,Endpoint,RestEndpoint,IndexApi,Serializable,scala.Equals,scala.Product
public final class UpdateIndexes
extends Object
implements IndexApi, RestEndpoint, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateIndexes(String layer, scala.collection.immutable.Seq<IndexingPartition> additions, scala.collection.immutable.Seq<IndexingPartition> removals) -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.Seq<IndexingPartition>abstract static Rapply(T1 v1, T2 v2, T3 v3) scala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity>layer()org.apache.pekko.http.scaladsl.model.HttpMethodmethod()path()scala.collection.immutable.Seq<IndexingPartition>removals()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, 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
-
UpdateIndexes
public UpdateIndexes(String layer, scala.collection.immutable.Seq<IndexingPartition> additions, scala.collection.immutable.Seq<IndexingPartition> removals)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
layer
-
additions
-
removals
-
method
public org.apache.pekko.http.scaladsl.model.HttpMethod method() -
path
- Specified by:
pathin interfaceRestEndpoint
-
httpEntity
public scala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity> httpEntity()- Specified by:
httpEntityin interfaceEndpoint
-