case class ScheduleContent(id: String, name: String, description: String, data_raw: Option[ScheduleData]) extends VersionedEntityContentAuth[ScheduleContent] with ScheduleDataProperties with WithOptions with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScheduleContent
- Serializable
- Serializable
- Product
- Equals
- WithOptions
- ScheduleDataProperties
- VersionedEntityContentAuth
- VersionedEntityContent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScheduleContent(id: String, name: String, description: String, data_raw: Option[ScheduleData])
Type Members
-
type
TEntityData = ScheduleData
- Definition Classes
- ScheduleContent → VersionedEntityContentAuth
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
-
val
authScope: Schedules.type
- Definition Classes
- ScheduleContent → VersionedEntityContentAuth
-
def
batchId: String
- Definition Classes
- ScheduleContent → ScheduleDataProperties
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def copy(id: String = this.id, name: String = this.name, description: String = this.description, options: Map[String, String] = this.options, batchId: String = this.batchId, startDate: LocalDateTime = this.startDate, endDate: Option[LocalDateTime] = this.endDate, timelineFrequency: TimelineFrequency = this.timelineFrequency, runFrequency: RunOffset = this.runFrequency): ScheduleContent
-
def
data: TEntityData
- Attributes
- protected
- Definition Classes
- VersionedEntityContentAuth
-
val
data_raw: Option[ScheduleData]
- Definition Classes
- ScheduleContent → VersionedEntityContentAuth
-
val
description: String
- Definition Classes
- ScheduleContent → VersionedEntityContent
-
def
endDate: Option[LocalDateTime]
- Definition Classes
- ScheduleContent → ScheduleDataProperties
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getOptions: Options
- Definition Classes
- ScheduleContent → WithOptions
-
val
id: String
- Definition Classes
- ScheduleContent → VersionedEntityContent
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
name: String
- Definition Classes
- ScheduleContent → VersionedEntityContent
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def notifyAfterErrors: Int
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
options: Map[String, String]
- Definition Classes
- ScheduleContent → ScheduleDataProperties
-
def
restrict(authorization: AuthorizationManager): ScheduleContent
- Definition Classes
- VersionedEntityContentAuth
-
def
runFrequency: RunOffset
- Definition Classes
- ScheduleContent → ScheduleDataProperties
-
def
startDate: LocalDateTime
- Definition Classes
- ScheduleContent → ScheduleDataProperties
-
def
stripped: ScheduleContent
- Definition Classes
- ScheduleContent → VersionedEntityContentAuth
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
timelineFrequency: TimelineFrequency
- Definition Classes
- ScheduleContent → ScheduleDataProperties
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated