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

public final class PatchFeature 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)
    • toString

      public static String toString()
    • layer

      public String layer()
    • feature

      public String feature()
    • featureId

      public String featureId()
    • path

      public String path()
      Specified by:
      path 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