final case class SubscriptionConfiguration(subscriptionName: String, subscriptionHrn: HRN, description: Option[String], sourceCatalog: HRN, sourceLayer: String, destinationCatalog: HRN, destinationLayer: String, owner: Owner, version: Int, created: ZonedDateTime, updated: ZonedDateTime, status: SubscriptionPropertiesStatus, interactiveMapSubscription: InteractiveMapSubscriptionConfiguration) extends SubscriptionProperties with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SubscriptionConfiguration
- Serializable
- Product
- Equals
- SubscriptionProperties
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SubscriptionConfiguration(subscriptionName: String, subscriptionHrn: HRN, description: Option[String], sourceCatalog: HRN, sourceLayer: String, destinationCatalog: HRN, destinationLayer: String, owner: Owner, version: Int, created: ZonedDateTime, updated: ZonedDateTime, status: SubscriptionPropertiesStatus, interactiveMapSubscription: InteractiveMapSubscriptionConfiguration)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val created: ZonedDateTime
- Definition Classes
- SubscriptionConfiguration → SubscriptionProperties
- val description: Option[String]
- Definition Classes
- SubscriptionConfiguration → SubscriptionProperties
- val destinationCatalog: HRN
- Definition Classes
- SubscriptionConfiguration → SubscriptionProperties
- val destinationLayer: String
- Definition Classes
- SubscriptionConfiguration → SubscriptionProperties
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCreated: ZonedDateTime
- def getDescription: Optional[String]
- def getDestinationCatalog: HRN
- def getDestinationLayer: String
- def getInteractiveMapSubscription: InteractiveMapSubscriptionConfiguration
- def getOwner: Owner
- def getSourceCatalog: HRN
- def getSourceLayer: String
- def getStatus: SubscriptionPropertiesStatus
- def getSubscriptionHrn: HRN
- def getSubscriptionName: String
- def getUpdated: ZonedDateTime
- def getVersion: Int
- val interactiveMapSubscription: InteractiveMapSubscriptionConfiguration
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val owner: Owner
- Definition Classes
- SubscriptionConfiguration → SubscriptionProperties
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sourceCatalog: HRN
- Definition Classes
- SubscriptionConfiguration → SubscriptionProperties
- val sourceLayer: String
- Definition Classes
- SubscriptionConfiguration → SubscriptionProperties
- val status: SubscriptionPropertiesStatus
- Definition Classes
- SubscriptionConfiguration → SubscriptionProperties
- val subscriptionHrn: HRN
- Definition Classes
- SubscriptionConfiguration → SubscriptionProperties
- val subscriptionName: String
- Definition Classes
- SubscriptionConfiguration → SubscriptionProperties
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val updated: ZonedDateTime
- Definition Classes
- SubscriptionConfiguration → SubscriptionProperties
- val version: Int
- Definition Classes
- SubscriptionConfiguration → SubscriptionProperties
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)