Class FeatureModificationList
java.lang.Object
com.here.platform.data.client.model.geojson.FeatureModificationList
- All Implemented Interfaces:
GeoJson,Serializable,scala.Equals,scala.Product
public final class FeatureModificationList
extends Object
implements GeoJson, scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Constructor Summary
ConstructorsConstructorDescriptionFeatureModificationList(String type, scala.collection.immutable.Seq<FeatureModification> modifications) -
Method Summary
Modifier and TypeMethodDescriptiongetType()scala.collection.immutable.Seq<FeatureModification>type()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
-
FeatureModificationList
public FeatureModificationList(String type, scala.collection.immutable.Seq<FeatureModification> modifications)
-
-
Method Details
-
type
-
modifications
-
getType
-
getModifications
-