trait RecordRule extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RecordRule
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def autoCommFlag: Boolean
- abstract def autoExpire: Boolean
- abstract def autoMetadata: Boolean
- abstract def autoTranscode: Boolean
- abstract def autoUserJob1: Boolean
- abstract def autoUserJob2: Boolean
- abstract def autoUserJob3: Boolean
- abstract def autoUserJob4: Boolean
- abstract def averageDelay: Int
- abstract def callsign: String
- abstract def category: String
- abstract def chanId: Option[ChanId]
- abstract def description: String
- abstract def dupIn: DupCheckIn
- abstract def dupMethod: DupCheckMethod
- abstract def endOffset: Int
- abstract def endTime: MythDateTime
- abstract def episode: Option[Int]
- abstract def filters: Option[Int]
- abstract def findDay: Option[DayOfWeek]
- abstract def findTime: Option[LocalTime]
- abstract def id: RecordRuleId
- abstract def inactive: Boolean
- abstract def inetRef: Option[String]
- abstract def lastDelete: Option[MythDateTime]
- abstract def lastRecord: Option[MythDateTime]
- abstract def maxEpisodes: Int
- abstract def maxNewest: Boolean
- abstract def nextRecord: Option[MythDateTime]
- abstract def parentId: Option[RecordRuleId]
- abstract def playGroup: String
- abstract def preferredInput: Option[InputId]
- abstract def programId: Option[String]
- abstract def recGroup: String
- abstract def recPriority: Int
- abstract def recProfile: String
- abstract def recType: RecType
- abstract def searchType: RecSearchType
- abstract def season: Option[Int]
- abstract def seriesId: Option[String]
- abstract def startOffset: Int
- abstract def startTime: MythDateTime
- abstract def storageGroup: String
- abstract def subtitle: String
- abstract def title: String
- abstract def transcoder: Option[Int]
Concrete 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]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- RecordRule → AnyRef → Any
- 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