org.coursera.naptime.schema.CustomBodyType

$UnknownMember

Related Doc: package CustomBodyType

case class $UnknownMember extends CustomBodyType with Product with Serializable

Linear Supertypes
Serializable, Serializable, CustomBodyType, Product, Equals, ScalaUnionTemplate, ScalaTemplate, UnionTemplate, DataTemplate[AnyRef], Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. $UnknownMember
  2. Serializable
  3. Serializable
  4. CustomBodyType
  5. Product
  6. Equals
  7. ScalaUnionTemplate
  8. ScalaTemplate
  9. UnionTemplate
  10. DataTemplate
  11. Cloneable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def canEqual(that: Any): Boolean

    Definition Classes
    CustomBodyType → Equals
  6. def checkNotNull(): Unit

    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... )
  7. def clone(): UnionTemplate

    Definition Classes
    UnionTemplate → DataTemplate → AnyRef
    Annotations
    @throws( ... )
  8. def copy(): UnionTemplate

    Definition Classes
    UnionTemplate → DataTemplate
    Annotations
    @throws( ... )
  9. def data(): AnyRef

    Definition Classes
    UnionTemplate → DataTemplate
  10. def declaringTyperefSchema: Option[TyperefDataSchema]

    Definition Classes
    $UnknownMember → ScalaUnionTemplate
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(that: Any): Boolean

    Definition Classes
    CustomBodyType → Equals → UnionTemplate → AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    CustomBodyType → UnionTemplate → AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def isNull(): Boolean

    Definition Classes
    UnionTemplate
  18. def memberIs(arg0: String): Boolean

    Definition Classes
    UnionTemplate
  19. def memberType(): DataSchema

    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... )
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def obtainCustomType[T](arg0: DataSchema, arg1: Class[T], arg2: String): T

    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  24. def obtainDirect[T](arg0: DataSchema, arg1: Class[T], arg2: String): T

    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  25. def obtainWrapped[T <: DataTemplate[_]](arg0: DataSchema, arg1: Class[T], arg2: String): T

    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  26. def schema(): DataSchema

    Definition Classes
    UnionTemplate → DataTemplate
  27. def selectCustomType[T](arg0: DataSchema, arg1: Class[T], arg2: Class[_], arg3: String, arg4: T): Unit

    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  28. def selectDirect[T](arg0: DataSchema, arg1: Class[T], arg2: Class[_], arg3: String, arg4: T): Unit

    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  29. def selectDirect[T](arg0: DataSchema, arg1: Class[T], arg2: String, arg3: T): Unit

    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  30. def selectWrapped[T <: DataTemplate[_]](arg0: DataSchema, arg1: Class[T], arg2: String, arg3: T): Unit

    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    UnionTemplate
    Annotations
    @throws( ... ) @throws( ... )
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    CustomBodyType → UnionTemplate → AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from CustomBodyType

Inherited from Product

Inherited from Equals

Inherited from ScalaUnionTemplate

Inherited from ScalaTemplate

Inherited from UnionTemplate

Inherited from DataTemplate[AnyRef]

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped