Class UpdatableVolatileLayer
java.lang.Object
com.here.platform.data.client.model.UpdatableVolatileLayer
- All Implemented Interfaces:
DigestOption,SchemaOption,UpdatableLayer,UpdatableSecureHandlesOption,UpdatableSubsetRestrictionsOption,Serializable,scala.Equals,scala.Product
public final class UpdatableVolatileLayer
extends Object
implements UpdatableLayer, DigestOption, SchemaOption, UpdatableSecureHandlesOption, UpdatableSubsetRestrictionsOption, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdatableVolatileLayer(scala.Option<LayerSchema> schema, scala.Option<DigestAlgorithm> digest, 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<Object> secureHandles, scala.Option<Object> subsetRestrictions) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10) scala.Option<scala.collection.immutable.Set<String>>scala.Option<Coverage>coverage()scala.Option<String>scala.Option<DigestAlgorithm>digest()scala.Option<String>name()scala.Option<LayerSchema>schema()scala.Option<Object>scala.Option<Object>scala.Option<String>summary()scala.Option<scala.collection.immutable.Set<String>>tags()static StringtoString()updateBillingTags(Set<String> billingTags) updateCoverage(Coverage coverage) updateDescription(String description) updateDigest(DigestAlgorithm digest) updateName(String name) updateSchema(LayerSchema schema) updateSecureHandles(boolean secureHandles) updateSubsetRestrictions(boolean subsetRestrictions) 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 com.here.platform.data.client.model.DigestOption
getDigestMethods 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, asObjectStore, asStream, asVersion, getBillingTags, getCoverage, getDescription, getName, getSummary, getTagsMethods inherited from interface com.here.platform.data.client.model.UpdatableSecureHandlesOption
getSecureHandlesMethods inherited from interface com.here.platform.data.client.model.UpdatableSubsetRestrictionsOption
getSubsetRestrictions
-
Constructor Details
-
UpdatableVolatileLayer
public UpdatableVolatileLayer(scala.Option<LayerSchema> schema, scala.Option<DigestAlgorithm> digest, 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<Object> secureHandles, scala.Option<Object> subsetRestrictions)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10) -
toString
-
schema
- Specified by:
schemain interfaceSchemaOption
-
digest
- Specified by:
digestin interfaceDigestOption
-
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
-
secureHandles
- Specified by:
secureHandlesin interfaceUpdatableSecureHandlesOption
-
subsetRestrictions
- Specified by:
subsetRestrictionsin interfaceUpdatableSubsetRestrictionsOption
-
asVolatile
- Specified by:
asVolatilein interfaceUpdatableLayer
-
updateSchema
-
updateDigest
-
updateName
-
updateSummary
-
updateDescription
-
updateTags
-
updateBillingTags
-
updateCoverage
-
updateSecureHandles
-
updateSubsetRestrictions
-