TypedLocalObjectReference

final case class TypedLocalObjectReference(name: String, apiGroup: Option[String])

TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

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

Value members

Concrete methods

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

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

Source:
TypedLocalObjectReference.scala

transforms name to result of function

transforms name to result of function

Source:
TypedLocalObjectReference.scala

Returns a new data with apiGroup set to new value

Returns a new data with apiGroup set to new value

Source:
TypedLocalObjectReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
TypedLocalObjectReference.scala

Inherited methods

Inherited from:
Product