final case class ParentReference(name: Option[String] = None, resource: Option[String] = None, uid: Option[String] = None, group: Option[String] = None, namespace: Option[String] = None) extends Product with Serializable
ParentReference describes a reference to a parent object.
- Source
- ParentReference.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParentReference
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val group: Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapGroup(f: (String) ⇒ String): ParentReference
if group has a value, transforms to the result of function
-
def
mapName(f: (String) ⇒ String): ParentReference
if name has a value, transforms to the result of function
-
def
mapNamespace(f: (String) ⇒ String): ParentReference
if namespace has a value, transforms to the result of function
-
def
mapResource(f: (String) ⇒ String): ParentReference
if resource has a value, transforms to the result of function
-
def
mapUid(f: (String) ⇒ String): ParentReference
if uid has a value, transforms to the result of function
- val name: Option[String]
- val namespace: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val resource: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val uid: Option[String]
-
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( ... )
-
def
withGroup(value: String): ParentReference
Returns a new data with group set to new value
-
def
withName(value: String): ParentReference
Returns a new data with name set to new value
-
def
withNamespace(value: String): ParentReference
Returns a new data with namespace set to new value
-
def
withResource(value: String): ParentReference
Returns a new data with resource set to new value
-
def
withUid(value: String): ParentReference
Returns a new data with uid set to new value