Class PostFeatureCollection

java.lang.Object
com.here.platform.data.client.service.interactiveMap.PostFeatureCollection
All Implemented Interfaces:
Api, Endpoint, RestEndpoint, InteractiveMapApi, Serializable, scala.Equals, scala.Product

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

  • Method Details

    • apply

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

      public static String toString()
    • layer

      public String layer()
    • featureCollection

      public String featureCollection()
    • ifExist

      public scala.Option<InteractiveMapOptions.IfExistType> ifExist()
    • ifNotExist

      public scala.Option<InteractiveMapOptions.IfNotExistType> ifNotExist()
    • transactional

      public boolean transactional()
    • ifExistString

      public String ifExistString()
    • ifNotExistString

      public String ifNotExistString()
    • transactionalString

      public String transactionalString()
    • 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
    • method

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

      public org.apache.pekko.http.scaladsl.model.ContentType.WithFixedCharset customContentType()
    • httpEntity

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