implicit final class RemoteObjectMutableBuilder[Self <: RemoteObject] extends AnyVal
- Annotations
- @inline()
- Source
- RemoteObject.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteObjectMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RemoteObjectMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setClassName(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setClassNameUndefined: Self
- Annotations
- @inline()
- def setCustomPreview(value: CustomPreview): Self
- Annotations
- @inline()
- def setCustomPreviewUndefined: Self
- Annotations
- @inline()
- def setDescription(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setDescriptionUndefined: Self
- Annotations
- @inline()
- def setObjectId(value: RemoteObjectId): Self
- Annotations
- @inline()
- def setObjectIdUndefined: Self
- Annotations
- @inline()
- def setPreview(value: ObjectPreview): Self
- Annotations
- @inline()
- def setPreviewUndefined: Self
- Annotations
- @inline()
- def setSubtype(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setSubtypeUndefined: Self
- Annotations
- @inline()
- def setType(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setUnserializableValue(value: UnserializableValue): Self
- Annotations
- @inline()
- def setUnserializableValueUndefined: Self
- Annotations
- @inline()
- def setValue(value: Any): Self
- Annotations
- @inline()
- def setValueUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self