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 Details

  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • layer

      public String layer()
    • partitions

      public scala.collection.immutable.Seq<IndexingPartition> partitions()
    • method

      public org.apache.pekko.http.scaladsl.model.HttpMethod method()
      Specified by:
      method in interface Endpoint
    • path

      public String path()
      Specified by:
      path in interface RestEndpoint
    • acceptableNonSuccessStatusCodes

      public scala.collection.immutable.Set<org.apache.pekko.http.scaladsl.model.StatusCode> acceptableNonSuccessStatusCodes()
      Specified by:
      acceptableNonSuccessStatusCodes in interface Endpoint
    • httpEntity

      public scala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity> httpEntity()
      Specified by:
      httpEntity in interface Endpoint