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. lazy val bodyType: String

    Permalink

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

  7. def canEqual(that: Any): Boolean

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

    Permalink

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

  9. def clone(): Resource

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

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

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

    Permalink
  13. def copy(): Resource

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

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

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

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

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

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

    Permalink

    The supported operations.

  20. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  22. lazy val keyType: String

    Permalink

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

  23. lazy val kind: ResourceKind

    Permalink

    The kind of the 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 version: Option[Long]

    Permalink

    The version of the resource.

  51. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. 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