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() @HotSpotIntrinsicCandidate()
  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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def id(alias: String): CustomEventResponseProjection
  23. def id(): CustomEventResponseProjection
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isSystem(alias: String): CustomEventResponseProjection
  26. def isSystem(): CustomEventResponseProjection
  27. def itemModels(alias: String, subProjection: CustomEventChildResponseProjection): CustomEventResponseProjection
  28. def itemModels(subProjection: CustomEventChildResponseProjection): CustomEventResponseProjection
  29. def key(alias: String): CustomEventResponseProjection
  30. def key(): CustomEventResponseProjection
  31. def name(alias: String): CustomEventResponseProjection
  32. def name(): CustomEventResponseProjection
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def ownerId(alias: String): CustomEventResponseProjection
  37. def ownerId(): CustomEventResponseProjection
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    GraphQLResponseProjection → AnyRef → Any
  40. def typename(alias: String): CustomEventResponseProjection
  41. def typename(): CustomEventResponseProjection
  42. def updatedAt(alias: String): CustomEventResponseProjection
  43. def updatedAt(): CustomEventResponseProjection
  44. def updater(alias: String): CustomEventResponseProjection
  45. def updater(): CustomEventResponseProjection
  46. def updaterId(alias: String): CustomEventResponseProjection
  47. def updaterId(): CustomEventResponseProjection
  48. def valueType(alias: String): CustomEventResponseProjection
  49. def valueType(): CustomEventResponseProjection
  50. def variables(alias: String, subProjection: EventVariableResponseProjection): CustomEventResponseProjection
  51. def variables(subProjection: EventVariableResponseProjection): CustomEventResponseProjection
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from GraphQLResponseProjection

Inherited from AnyRef

Inherited from Any

Ungrouped