Class OpenPublication
java.lang.Object
com.here.platform.data.client.service.publish.OpenPublication
- All Implemented Interfaces:
Api,Endpoint,RestEndpoint,PublishApi,Serializable,scala.Equals,scala.Product
public final class OpenPublication
extends Object
implements RestEndpoint, PublishApi, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenPublication(scala.collection.immutable.Seq<String> layerIds, scala.collection.immutable.Seq<VersionDependency> versionDependencies) -
Method Summary
Modifier and TypeMethodDescriptionscala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity>scala.collection.immutable.Seq<String>layerIds()static Stringmarshal(scala.collection.immutable.Seq<String> layerIds, scala.collection.immutable.Seq<VersionDependency> versionDependencies) org.apache.pekko.http.scaladsl.model.HttpMethodmethod()path()scala.collection.immutable.Seq<VersionDependency>Methods 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 scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface com.here.platform.data.client.service.publish.PublishApi
apiTypeMethods inherited from interface com.here.platform.data.client.http.RestEndpoint
acceptHeader, asHttpRequest, createParamMap, query, queryAsSeq
-
Constructor Details
-
OpenPublication
public OpenPublication(scala.collection.immutable.Seq<String> layerIds, scala.collection.immutable.Seq<VersionDependency> versionDependencies)
-
-
Method Details
-
marshal
public static String marshal(scala.collection.immutable.Seq<String> layerIds, scala.collection.immutable.Seq<VersionDependency> versionDependencies) -
layerIds
-
versionDependencies
-
path
- Specified by:
pathin interfaceRestEndpoint
-
method
public org.apache.pekko.http.scaladsl.model.HttpMethod method() -
httpEntity
public scala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity> httpEntity()- Specified by:
httpEntityin interfaceEndpoint
-