Packages

c

io.growing.graphql.model

CustomEventResponseProjection

class CustomEventResponseProjection extends GraphQLResponseProjection

Response projection for CustomEvent

Annotations
@Generated()
Linear Supertypes
GraphQLResponseProjection, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomEventResponseProjection
  2. GraphQLResponseProjection
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CustomEventResponseProjection()

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. def all$(maxDepth: Int): CustomEventResponseProjection
    Definition Classes
    CustomEventResponseProjection → GraphQLResponseProjection
    Annotations
    @Override()
  5. def all$(): CustomEventResponseProjection
    Definition Classes
    CustomEventResponseProjection → GraphQLResponseProjection
    Annotations
    @Override()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def attributes(alias: String, subProjection: CustomEventChildResponseProjection): CustomEventResponseProjection
  8. def attributes(subProjection: CustomEventChildResponseProjection): CustomEventResponseProjection
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def createdAt(alias: String): CustomEventResponseProjection
  11. def createdAt(): CustomEventResponseProjection
  12. def creator(alias: String): CustomEventResponseProjection
  13. def creator(): CustomEventResponseProjection
  14. def creatorId(alias: String): CustomEventResponseProjection
  15. def creatorId(): CustomEventResponseProjection
  16. def description(alias: String): CustomEventResponseProjection
  17. def description(): CustomEventResponseProjection
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def id(alias: String): CustomEventResponseProjection
  24. def id(): CustomEventResponseProjection
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isSystem(alias: String): CustomEventResponseProjection
  27. def isSystem(): CustomEventResponseProjection
  28. def itemModels(alias: String, subProjection: CustomEventChildResponseProjection): CustomEventResponseProjection
  29. def itemModels(subProjection: CustomEventChildResponseProjection): CustomEventResponseProjection
  30. def key(alias: String): CustomEventResponseProjection
  31. def key(): CustomEventResponseProjection
  32. def name(alias: String): CustomEventResponseProjection
  33. def name(): CustomEventResponseProjection
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def ownerId(alias: String): CustomEventResponseProjection
  38. def ownerId(): CustomEventResponseProjection
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    GraphQLResponseProjection → AnyRef → Any
  41. def typename(alias: String): CustomEventResponseProjection
  42. def typename(): CustomEventResponseProjection
  43. def updatedAt(alias: String): CustomEventResponseProjection
  44. def updatedAt(): CustomEventResponseProjection
  45. def updater(alias: String): CustomEventResponseProjection
  46. def updater(): CustomEventResponseProjection
  47. def updaterId(alias: String): CustomEventResponseProjection
  48. def updaterId(): CustomEventResponseProjection
  49. def valueType(alias: String): CustomEventResponseProjection
  50. def valueType(): CustomEventResponseProjection
  51. def variables(alias: String, subProjection: EventVariableResponseProjection): CustomEventResponseProjection
  52. def variables(subProjection: EventVariableResponseProjection): CustomEventResponseProjection
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from GraphQLResponseProjection

Inherited from AnyRef

Inherited from Any

Ungrouped