final class GraphQLRelationAnnotation extends ScalaRecordTemplate with Product

The schema for a GraphQL relation annotation.

Annotations
@Generated()
Linear Supertypes
Product, Equals, ScalaRecordTemplate, ScalaTemplate, RecordTemplate, DataTemplate[DataMap], Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphQLRelationAnnotation
  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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val arguments: StringMap

    Arguments passed along to the relation request

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. lazy val authOverride: Option[AuthOverride]

    This is an optional field which will override the normal auth strategy used to make the related resource request if present.

  7. def canEqual(that: Any): Boolean
    Definition Classes
    GraphQLRelationAnnotation → Equals
  8. def clone(): GraphQLRelationAnnotation
    Definition Classes
    GraphQLRelationAnnotation → RecordTemplate → DataTemplate → AnyRef
  9. def contains(arg0: Field): Boolean
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
  10. def copy(dataMap: DataMap, conversion: DataConversion): GraphQLRelationAnnotation
    Definition Classes
    GraphQLRelationAnnotation → ScalaRecordTemplate
  11. def copy(resourceName: String = this.resourceName, arguments: StringMap = this.arguments, relationType: RelationType = this.relationType, authOverride: Option[AuthOverride] = this.authOverride): GraphQLRelationAnnotation
  12. def copy(): GraphQLRelationAnnotation
    Definition Classes
    GraphQLRelationAnnotation → RecordTemplate → DataTemplate
  13. def data(): DataMap
    Definition Classes
    RecordTemplate → DataTemplate
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(that: Any): Boolean
    Definition Classes
    GraphQLRelationAnnotation → Equals → RecordTemplate → AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    GraphQLRelationAnnotation → RecordTemplate → AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def obtainCustomType[T](field: Field, valueClass: Class[T]): T
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  24. def obtainCustomType[T](arg0: Field, arg1: Class[T], arg2: GetMode): T
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  25. def obtainDirect[T](field: Field, valueClass: Class[T]): T
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  26. def obtainDirect[T](arg0: Field, arg1: Class[T], arg2: GetMode): T
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  27. def obtainWrapped[T <: DataTemplate[_]](field: Field, valueClass: Class[T]): T
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  28. def obtainWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: GetMode): T
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  29. val productArity: Int
    Definition Classes
    GraphQLRelationAnnotation → Product
  30. def productElement(n: Int): Any
    Definition Classes
    GraphQLRelationAnnotation → Product
  31. def productIterator: Iterator[Any]
    Definition Classes
    Product
  32. val productPrefix: String
    Definition Classes
    GraphQLRelationAnnotation → Product
  33. def putCustomType[T](field: Field, valueClass: Class[T], dataClass: Class[_], obj: T): Unit
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  34. def putCustomType[T](arg0: Field, arg1: Class[T], arg2: Class[_], arg3: T, arg4: SetMode): Unit
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  35. def putDirect[T](arg0: Field, arg1: Class[T], arg2: T): Unit
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  36. def putDirect[T](arg0: Field, arg1: Class[T], arg2: T, arg3: SetMode): Unit
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  37. def putDirect[T](arg0: Field, arg1: Class[T], arg2: Class[_], arg3: T, arg4: SetMode): Unit
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  38. def putWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: T): Unit
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  39. def putWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: T, arg3: SetMode): Unit
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  40. lazy val relationType: RelationType

    Type of the relation (which describes how the data is fetched)

  41. def remove(arg0: Field): Boolean
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
  42. lazy val resourceName: String

    The name of the resource.

  43. def schema(): RecordDataSchema
    Definition Classes
    RecordTemplate → DataTemplate
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    GraphQLRelationAnnotation → RecordTemplate → AnyRef → Any
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @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