Class DeleteIndexes

java.lang.Object
com.here.platform.data.client.service.index.DeleteIndexes
All Implemented Interfaces:
Api, Endpoint, RestEndpoint, IndexApi, Serializable, scala.Equals, scala.Product

public final class DeleteIndexes extends Object implements IndexApi, RestEndpoint, scala.Product, Serializable
See Also:
  • Constructor Details

    • DeleteIndexes

      public DeleteIndexes(String layer, String queryString)
  • Method Details

    • apply

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

      public static String toString()
    • layer

      public String layer()
    • queryString

      public String queryString()
    • 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
    • query

      public scala.collection.immutable.Map<String,scala.collection.immutable.Seq<String>> query()
      Specified by:
      query in interface RestEndpoint