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