object ZSearchAttribute
- Alphabetic
- By Inheritance
- ZSearchAttribute
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
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
- def apply[A](value: A)(implicit meta: ZSearchAttributeMeta[A, Plain]): Of[A]
Converts a value to ZSearchAttribute having implicit ZSearchAttributeMeta instance
Converts a value to ZSearchAttribute having implicit ZSearchAttributeMeta instance
- value
attributes value to convert
- meta
conversion typeclass
- returns
converted search attribute
- 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()
- 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
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyword[A](value: A)(implicit meta: ZSearchAttributeMeta[A, Keyword]): Of[A]
Explicitly sets attribute type to Keyword
Explicitly sets attribute type to Keyword
- value
search attribute value
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJavaAttributeUpdates(attrs: Map[String, ZSearchAttribute]): List[SearchAttributeUpdate[_]]
Converts custom search attributes to a list of SearchAttributeUpdate that temporal Java SDK can consume
Converts custom search attributes to a list of SearchAttributeUpdate that temporal Java SDK can consume
- attrs
attributes to convert
- returns
attributes converted
- def toJavaSearchAttributes(attrs: Map[String, ZSearchAttribute]): SearchAttributes
Converts custom search attributes to a list of SearchAttributes that temporal Java SDK can consume
Converts custom search attributes to a list of SearchAttributes that temporal Java SDK can consume
- attrs
attributes to convert
- returns
attributes converted
- def toString(): String
- Definition Classes
- 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
(Since version 9)