BoundObjectReference

final case class BoundObjectReference(name: Option[String], uid: Option[String])

BoundObjectReference is a reference to an object that a token is bound to.

Companion:
object
Source:
BoundObjectReference.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if name has a value, transforms to the result of function

if name has a value, transforms to the result of function

Source:
BoundObjectReference.scala

if uid has a value, transforms to the result of function

if uid has a value, transforms to the result of function

Source:
BoundObjectReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
BoundObjectReference.scala

Returns a new data with uid set to new value

Returns a new data with uid set to new value

Source:
BoundObjectReference.scala

Inherited methods

Inherited from:
Product