Class Changeset
java.lang.Object
com.here.platform.data.client.model.geojson.Changeset
- All Implemented Interfaces:
GeoJson,Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChangeset(String type, scala.Option<String> author, scala.Option<FeatureCollection> inserted, scala.Option<FeatureCollection> updated, scala.Option<FeatureCollection> deleted, scala.Option<Object> createdAt) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6) scala.Option<String>author()scala.Option<Object>scala.Option<FeatureCollection>deleted()getType()scala.Option<FeatureCollection>inserted()static StringtoString()type()scala.Option<FeatureCollection>updated()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
-
Changeset
public Changeset(String type, scala.Option<String> author, scala.Option<FeatureCollection> inserted, scala.Option<FeatureCollection> updated, scala.Option<FeatureCollection> deleted, scala.Option<Object> createdAt)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6) -
toString
-
type
-
author
-
inserted
-
updated
-
deleted
-
createdAt
-
getType
- Returns:
- The type of changeset
-
getAuthor
- Returns:
- The author of changeset
-
getInserted
- Returns:
- The inserted features
-
getUpdated
- Returns:
- The updated features
-
getDeleted
- Returns:
- The deleted features
-
getCreatedAt
- Returns:
- The creation timestamp
-