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 Details

    • ChangesetCollection

      public ChangesetCollection(String type, scala.Option<Object> startVersion, scala.Option<Object> endVersion, scala.Option<scala.collection.immutable.Map<Object,Changeset>> versions, scala.Option<String> nextPageToken)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5)
    • toString

      public static String toString()
    • type

      public String type()
    • startVersion

      public scala.Option<Object> startVersion()
    • endVersion

      public scala.Option<Object> endVersion()
    • versions

      public scala.Option<scala.collection.immutable.Map<Object,Changeset>> versions()
    • nextPageToken

      public scala.Option<String> nextPageToken()
    • getType

      public String getType()
      Returns:
      The type of ChangesetCollection
    • getStartVersion

      public Long getStartVersion()
      Returns:
      the minimal version
    • getEndVersion

      public Long getEndVersion()
      Returns:
      the maximal version
    • getVersions

      public Map<Long,Changeset> getVersions()
      Returns:
      Map of Versions. Each Version contains a Changeset.
    • getNextPageToken

      public String getNextPageToken()
      Returns:
      The handle of the next batch.