Packages

c

io.growing.graphql.model

DashboardCommentResponseProjection

class DashboardCommentResponseProjection extends GraphQLResponseProjection

Response projection for DashboardComment

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

Instance Constructors

  1. new DashboardCommentResponseProjection()

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): DashboardCommentResponseProjection
    Definition Classes
    DashboardCommentResponseProjection → GraphQLResponseProjection
    Annotations
    @Override()
  5. def all$(): DashboardCommentResponseProjection
    Definition Classes
    DashboardCommentResponseProjection → GraphQLResponseProjection
    Annotations
    @Override()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def createdAt(alias: String): DashboardCommentResponseProjection
  9. def createdAt(): DashboardCommentResponseProjection
  10. def creatorId(alias: String): DashboardCommentResponseProjection
  11. def creatorId(): DashboardCommentResponseProjection
  12. def detail(alias: String): DashboardCommentResponseProjection
  13. def detail(): DashboardCommentResponseProjection
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[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
    AnyRef → Any
    Annotations
    @native()
  19. def id(alias: String): DashboardCommentResponseProjection
  20. def id(): DashboardCommentResponseProjection
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def title(alias: String): DashboardCommentResponseProjection
  27. def title(): DashboardCommentResponseProjection
  28. def toString(): String
    Definition Classes
    GraphQLResponseProjection → AnyRef → Any
  29. def typename(alias: String): DashboardCommentResponseProjection
  30. def typename(): DashboardCommentResponseProjection
  31. def updatedAt(alias: String): DashboardCommentResponseProjection
  32. def updatedAt(): DashboardCommentResponseProjection
  33. def updaterId(alias: String): DashboardCommentResponseProjection
  34. def updaterId(): DashboardCommentResponseProjection
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from GraphQLResponseProjection

Inherited from AnyRef

Inherited from Any

Ungrouped