Class PostFeatureModifications
java.lang.Object
com.here.platform.data.client.service.interactiveMap.PostFeatureModifications
- All Implemented Interfaces:
Api,Endpoint,RestEndpoint,InteractiveMapApi,Serializable,scala.Equals,scala.Product
public final class PostFeatureModifications
extends Object
implements InteractiveMapApi, RestEndpoint, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPostFeatureModifications(String layer, String featureModificationList, boolean transactional) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3) org.apache.pekko.http.scaladsl.model.ContentType.WithFixedCharsetscala.Some<org.apache.pekko.http.scaladsl.model.HttpEntity.Strict>layer()org.apache.pekko.http.scaladsl.model.HttpMethodmethod()path()query()static StringtoString()booleanMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.here.platform.data.client.http.Endpoint
acceptableNonSuccessStatusCodes, forceStrict, headers, isStreamingRequest, maxWaitingTimeBetweenRetries, perRequestTimeout, retriableHttpStatusCodes, retriesDeadlineMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface com.here.platform.data.client.service.interactiveMap.InteractiveMapApi
apiType, authorQueryParam, contextQueryParameters, getClusteringParameters, getLimit, getSearchParams, getSelection, pageTokenQueryParam, versionQueryParamMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface com.here.platform.data.client.http.RestEndpoint
acceptHeader, asHttpRequest, createParamMap, queryAsSeq
-
Constructor Details
-
PostFeatureModifications
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
layer
-
featureModificationList
-
transactional
public boolean transactional() -
ifExistString
-
ifNotExistString
-
transactionalString
-
path
- Specified by:
pathin interfaceRestEndpoint
-
query
- Specified by:
queryin interfaceRestEndpoint
-
method
public org.apache.pekko.http.scaladsl.model.HttpMethod method() -
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:
httpEntityin interfaceEndpoint
-