Class UpdatableObjectStoreLayer
java.lang.Object
com.here.platform.data.client.model.UpdatableObjectStoreLayer
- All Implemented Interfaces:
SchemaOption,UpdatableLayer,Serializable,scala.Equals,scala.Product
public final class UpdatableObjectStoreLayer
extends Object
implements UpdatableLayer, SchemaOption, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdatableObjectStoreLayer(scala.Option<ObjectStoreLayerTtl> ttl, scala.Option<String> name, scala.Option<String> summary, scala.Option<String> description, scala.Option<scala.collection.immutable.Set<String>> tags, scala.Option<scala.collection.immutable.Set<String>> billingTags, scala.Option<Coverage> coverage, scala.Option<LayerSchema> schema) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) scala.Option<scala.collection.immutable.Set<String>>scala.Option<Coverage>coverage()scala.Option<String>getTtl()scala.Option<String>name()scala.Option<LayerSchema>schema()scala.Option<String>summary()scala.Option<scala.collection.immutable.Set<String>>tags()static StringtoString()scala.Option<ObjectStoreLayerTtl>ttl()updateBillingTags(Set<String> billingTags) updateCoverage(Coverage coverage) updateDescription(String description) updateName(String name) updateSchema(LayerSchema schema) updateSummary(String summary) updateTags(Set<String> tags) 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, productPrefixMethods inherited from interface com.here.platform.data.client.model.SchemaOption
getSchemaMethods inherited from interface com.here.platform.data.client.model.UpdatableLayer
asIndex, asInteractiveMap, asStream, asVersion, asVolatile, getBillingTags, getCoverage, getDescription, getName, getSummary, getTags
-
Constructor Details
-
UpdatableObjectStoreLayer
public UpdatableObjectStoreLayer(scala.Option<ObjectStoreLayerTtl> ttl, scala.Option<String> name, scala.Option<String> summary, scala.Option<String> description, scala.Option<scala.collection.immutable.Set<String>> tags, scala.Option<scala.collection.immutable.Set<String>> billingTags, scala.Option<Coverage> coverage, scala.Option<LayerSchema> schema)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) -
toString
-
ttl
-
name
- Specified by:
namein interfaceUpdatableLayer
-
summary
- Specified by:
summaryin interfaceUpdatableLayer
-
description
- Specified by:
descriptionin interfaceUpdatableLayer
-
tags
- Specified by:
tagsin interfaceUpdatableLayer
-
billingTags
- Specified by:
billingTagsin interfaceUpdatableLayer
-
coverage
- Specified by:
coveragein interfaceUpdatableLayer
-
schema
- Specified by:
schemain interfaceSchemaOption
-
asObjectStore
- Specified by:
asObjectStorein interfaceUpdatableLayer
-
updateTtl
-
updateName
-
updateSummary
-
updateDescription
-
updateTags
-
updateBillingTags
-
updateCoverage
-
updateSchema
-
getTtl
-