Packages

c

com.here.platform.data.client.model

UpdatableObjectStoreLayer

final case class UpdatableObjectStoreLayer(name: Option[String] = None, summary: Option[String] = None, description: Option[String] = None, tags: Option[Set[String]] = None, billingTags: Option[Set[String]] = None, coverage: Option[Coverage] = None, schema: Option[LayerSchema] = None) extends UpdatableLayer with SchemaOption with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, SchemaOption, UpdatableLayer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdatableObjectStoreLayer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SchemaOption
  7. UpdatableLayer
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UpdatableObjectStoreLayer(name: Option[String] = None, summary: Option[String] = None, description: Option[String] = None, tags: Option[Set[String]] = None, billingTags: Option[Set[String]] = None, coverage: Option[Coverage] = None, schema: Option[LayerSchema] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def asIndex: UpdatableIndexLayer
    Definition Classes
    UpdatableLayer
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asInteractiveMap: UpdatableInteractiveMapLayer
    Definition Classes
    UpdatableLayer
  7. def asObjectStore: UpdatableObjectStoreLayer
  8. def asStream: UpdatableStreamLayer
    Definition Classes
    UpdatableLayer
  9. def asVersion: UpdatableVersionLayer
    Definition Classes
    UpdatableLayer
  10. def asVolatile: UpdatableVolatileLayer
    Definition Classes
    UpdatableLayer
  11. val billingTags: Option[Set[String]]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. val coverage: Option[Coverage]
  14. val description: Option[String]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getBillingTags: Optional[Set[String]]
    Definition Classes
    UpdatableLayer
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getCoverage: Optional[Coverage]
    Definition Classes
    UpdatableLayer
  20. def getDescription: Optional[String]
    Definition Classes
    UpdatableLayer
  21. def getName: Optional[String]
    Definition Classes
    UpdatableLayer
  22. def getSchema: Optional[LayerSchema]
    Definition Classes
    SchemaOption
  23. def getSummary: Optional[String]
    Definition Classes
    UpdatableLayer
  24. def getTags: Optional[Set[String]]
    Definition Classes
    UpdatableLayer
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val name: Option[String]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val schema: Option[LayerSchema]
  31. val summary: Option[String]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. val tags: Option[Set[String]]
  34. def updateBillingTags(billingTags: Set[String]): UpdatableObjectStoreLayer
  35. def updateCoverage(coverage: Coverage): UpdatableObjectStoreLayer
  36. def updateDescription(description: String): UpdatableObjectStoreLayer
  37. def updateName(name: String): UpdatableObjectStoreLayer
  38. def updateSchema(schema: LayerSchema): UpdatableObjectStoreLayer
  39. def updateSummary(summary: String): UpdatableObjectStoreLayer
  40. def updateTags(tags: Set[String]): UpdatableObjectStoreLayer
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SchemaOption

Inherited from UpdatableLayer

Inherited from AnyRef

Inherited from Any

Ungrouped