Class WritableCatalogConfiguration
java.lang.Object
com.here.platform.data.client.model.WritableCatalogConfiguration
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
public final class WritableCatalogConfiguration
extends Object
implements scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionWritableCatalogConfiguration(String id, String name, String summary, String description, scala.collection.immutable.Seq<WritableLayer> layers, boolean notificationsEnabled, scala.collection.immutable.Set<String> tags, scala.Option<HRN> hrn, scala.Option<Object> version, scala.Option<Replication> replication, scala.Option<AutomaticVersionDeletion> automaticVersionDeletion, scala.Option<HRN> areaScheme, scala.Option<Object> subsetRestrictions) -
Method Summary
Modifier and TypeMethodDescriptionscala.Option<HRN>scala.Option<AutomaticVersionDeletion>static WritableCatalogConfigurationscala.Option<HRN>hrn()id()scala.collection.immutable.Seq<WritableLayer>layers()name()booleanscala.Option<Replication>scala.Option<Object>summary()scala.collection.immutable.Set<String>tags()scala.Option<Object>version()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 scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
WritableCatalogConfiguration
public WritableCatalogConfiguration(String id, String name, String summary, String description, scala.collection.immutable.Seq<WritableLayer> layers, boolean notificationsEnabled, scala.collection.immutable.Set<String> tags, scala.Option<HRN> hrn, scala.Option<Object> version, scala.Option<Replication> replication, scala.Option<AutomaticVersionDeletion> automaticVersionDeletion, scala.Option<HRN> areaScheme, scala.Option<Object> subsetRestrictions)
-
-
Method Details
-
fromConfiguration
-
id
-
name
-
summary
-
description
-
layers
-
notificationsEnabled
public boolean notificationsEnabled() -
tags
-
hrn
-
version
-
replication
-
automaticVersionDeletion
-
areaScheme
-
subsetRestrictions
-