Class ChangesetCollection
java.lang.Object
com.here.platform.data.client.model.geojson.ChangesetCollection
- All Implemented Interfaces:
GeoJson,Serializable,scala.Equals,scala.Product
public final class ChangesetCollection
extends Object
implements GeoJson, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface com.here.platform.data.client.model.geojson.GeoJson
toJson, toPrettyJsonMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
ChangesetCollection
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) -
toString
-
type
-
startVersion
-
endVersion
-
versions
-
nextPageToken
-
getType
- Returns:
- The type of ChangesetCollection
-
getStartVersion
- Returns:
- the minimal version
-
getEndVersion
- Returns:
- the maximal version
-
getVersions
- Returns:
- Map of Versions. Each Version contains a Changeset.
-
getNextPageToken
- Returns:
- The handle of the next batch.
-