Class/Object

org.coursera.naptime.schema

Resource

Related Docs: object Resource | package schema

Permalink

final class Resource extends ScalaRecordTemplate with Product

The schema for representing a Naptime resource.

Annotations
@Generated()
Linear Supertypes
Product, Equals, ScalaRecordTemplate, ScalaTemplate, RecordTemplate, DataTemplate[DataMap], Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Resource
  2. Product
  3. Equals
  4. ScalaRecordTemplate
  5. ScalaTemplate
  6. RecordTemplate
  7. DataTemplate
  8. Cloneable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. lazy val attributes: AttributeArray

    Permalink

    A list of attributes related to this resource.

  6. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Resource → Equals
  7. lazy val className: String

    Permalink

    The fully qualified name of the class that implements this resource.

  8. def clone(): Resource

    Permalink
    Definition Classes
    Resource → RecordTemplate → DataTemplate → AnyRef
  9. def contains(arg0: Field): Boolean

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
  10. def copy(dataMap: DataMap, conversion: DataConversion): Resource

    Permalink
    Definition Classes
    Resource → ScalaRecordTemplate
  11. def copy(kind: ResourceKind = this.kind, name: String = this.name, version: Option[Long] = this.version, parentClass: Option[String] = this.parentClass, keyType: String = this.keyType, valueType: String = this.valueType, mergedType: String = this.mergedType, handlers: HandlerArray = this.handlers, className: String = this.className, attributes: AttributeArray = this.attributes): Resource

    Permalink
  12. def copy(): Resource

    Permalink
    Definition Classes
    Resource → RecordTemplate → DataTemplate
  13. def data(): DataMap

    Permalink
    Definition Classes
    RecordTemplate → DataTemplate
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Resource → Equals → RecordTemplate → AnyRef → Any
  16. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. lazy val handlers: HandlerArray

    Permalink

    The supported operations.

  19. def hashCode(): Int

    Permalink
    Definition Classes
    Resource → RecordTemplate → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. lazy val keyType: String

    Permalink

    The fully qualified name of the type corresponding to the keys for this resource.

  22. lazy val kind: ResourceKind

    Permalink

    The kind of the resource.

  23. lazy val mergedType: String

    Permalink

    The fully qualified name of the type corresponding to response elements for this resource.

  24. lazy val name: String

    Permalink

    The name of the resource.

  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def obtainCustomType[T](field: Field, valueClass: Class[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  29. def obtainCustomType[T](arg0: Field, arg1: Class[T], arg2: GetMode): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  30. def obtainDirect[T](field: Field, valueClass: Class[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  31. def obtainDirect[T](arg0: Field, arg1: Class[T], arg2: GetMode): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  32. def obtainWrapped[T <: DataTemplate[_]](field: Field, valueClass: Class[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  33. def obtainWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: GetMode): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  34. lazy val parentClass: Option[String]

    Permalink

    The className of the parent class resource.

  35. val productArity: Int

    Permalink
    Definition Classes
    Resource → Product
  36. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Resource → Product
  37. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  38. val productPrefix: String

    Permalink
    Definition Classes
    Resource → Product
  39. def putCustomType[T](field: Field, valueClass: Class[T], dataClass: Class[_], obj: T): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  40. def putCustomType[T](arg0: Field, arg1: Class[T], arg2: Class[_], arg3: T, arg4: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  41. def putDirect[T](arg0: Field, arg1: Class[T], arg2: T): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  42. def putDirect[T](arg0: Field, arg1: Class[T], arg2: T, arg3: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  43. def putDirect[T](arg0: Field, arg1: Class[T], arg2: Class[_], arg3: T, arg4: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  44. def putWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: T): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  45. def putWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: T, arg3: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  46. def remove(arg0: Field): Boolean

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
  47. def schema(): RecordDataSchema

    Permalink
    Definition Classes
    RecordTemplate → DataTemplate
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. def toString(): String

    Permalink
    Definition Classes
    Resource → RecordTemplate → AnyRef → Any
  50. lazy val valueType: String

    Permalink

    The fully qualified name of the type corresponding to the values for this resource.

  51. lazy val version: Option[Long]

    Permalink

    The version of the resource.

  52. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from ScalaRecordTemplate

Inherited from ScalaTemplate

Inherited from RecordTemplate

Inherited from DataTemplate[DataMap]

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped