java.lang.Object
com.here.platform.data.client.model.geojson.Changeset
All Implemented Interfaces:
GeoJson, Serializable, scala.Equals, scala.Product

public final class Changeset extends Object implements GeoJson, scala.Product, Serializable
See Also:
  • Constructor Details

  • Method Details

    • apply

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

      public static String toString()
    • type

      public String type()
    • author

      public scala.Option<String> author()
    • inserted

      public scala.Option<FeatureCollection> inserted()
    • updated

      public scala.Option<FeatureCollection> updated()
    • deleted

      public scala.Option<FeatureCollection> deleted()
    • createdAt

      public scala.Option<Object> createdAt()
    • getType

      public String getType()
      Returns:
      The type of changeset
    • getAuthor

      public String getAuthor()
      Returns:
      The author of changeset
    • getInserted

      public FeatureCollection getInserted()
      Returns:
      The inserted features
    • getUpdated

      public FeatureCollection getUpdated()
      Returns:
      The updated features
    • getDeleted

      public FeatureCollection getDeleted()
      Returns:
      The deleted features
    • getCreatedAt

      public Long getCreatedAt()
      Returns:
      The creation timestamp