Class GetCompatibleVersions
java.lang.Object
com.here.platform.data.client.service.metadata.GetCompatibleVersions
- All Implemented Interfaces:
Api,Endpoint,RestEndpoint,CatalogApi,MetadataEndpoint,Serializable,scala.Equals,scala.Product
public final class GetCompatibleVersions
extends Object
implements MetadataEndpoint, CatalogApi, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetCompatibleVersions(scala.collection.immutable.Set<CatalogVersion> dependencies) -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.Set<org.apache.pekko.http.scaladsl.model.StatusCode>scala.collection.immutable.Set<CatalogVersion>scala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity>static org.json4s.Formatsorg.apache.pekko.http.scaladsl.model.HttpMethodmethod()path()query()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.here.platform.data.client.service.metadata.CatalogApi
apiTypeMethods inherited from interface com.here.platform.data.client.http.Endpoint
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.http.RestEndpoint
acceptHeader, asHttpRequest, createParamMap, queryAsSeq
-
Constructor Details
-
GetCompatibleVersions
-
-
Method Details
-
JsonFormats
public static org.json4s.Formats JsonFormats() -
dependencies
-
method
public org.apache.pekko.http.scaladsl.model.HttpMethod method() -
path
- Specified by:
pathin interfaceRestEndpoint
-
query
- Specified by:
queryin interfaceRestEndpoint
-
httpEntity
public scala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity> httpEntity()- Specified by:
httpEntityin interfaceEndpoint
-
acceptableNonSuccessStatusCodes
public scala.collection.immutable.Set<org.apache.pekko.http.scaladsl.model.StatusCode> acceptableNonSuccessStatusCodes()- Specified by:
acceptableNonSuccessStatusCodesin interfaceEndpoint
-