final case class ZScheduleOptions extends Product with Serializable
Options for creating a schedule.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZScheduleOptions
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 backfills: List[ZScheduleBackfill]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val memo: Map[String, AnyRef]
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val searchAttributes: Option[ZSearchAttributes]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJava: ScheduleOptions
Convert schedule options to Java SDK's ScheduleOptions
- def toString(): String
- Definition Classes
- ZScheduleOptions → AnyRef → Any
- val triggerImmediately: Boolean
- 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])
- def withBackfills(values: ZScheduleBackfill*): ZScheduleOptions
Set the time periods to take actions on as if that time passed right now.
- def withMemo(values: Map[String, AnyRef]): ZScheduleOptions
Set the memo for the schedule.
Set the memo for the schedule. Values for the memo cannot be null.
- def withMemo(values: (String, AnyRef)*): ZScheduleOptions
Set the memo for the schedule.
Set the memo for the schedule. Values for the memo cannot be null.
- def withSearchAttributes(values: ZSearchAttributes): ZScheduleOptions
Set the search attributes for the schedule.
- def withSearchAttributes(values: Map[String, ZSearchAttribute]): ZScheduleOptions
Set the search attributes for the schedule.
- def withTriggerImmediately(value: Boolean): ZScheduleOptions
Set if the schedule will be triggered immediately upon creation.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)