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 Details

  • Method Details

    • apply

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

      public static String toString()
    • layer

      public String layer()
    • additions

      public scala.collection.immutable.Seq<IndexingPartition> additions()
    • removals

      public scala.collection.immutable.Seq<IndexingPartition> removals()
    • 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
    • httpEntity

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