Packages

c

io.growing.graphql.model

ProjectResponseProjection

class ProjectResponseProjection extends GraphQLResponseProjection

Response projection for Project

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

Instance Constructors

  1. new ProjectResponseProjection()

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): ProjectResponseProjection
    Definition Classes
    ProjectResponseProjection → GraphQLResponseProjection
    Annotations
    @Override()
  5. def all$(): ProjectResponseProjection
    Definition Classes
    ProjectResponseProjection → 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): ProjectResponseProjection
  9. def createdAt(): ProjectResponseProjection
  10. def creator(alias: String): ProjectResponseProjection
  11. def creator(): ProjectResponseProjection
  12. def creatorId(alias: String): ProjectResponseProjection
  13. def creatorId(): ProjectResponseProjection
  14. def description(alias: String): ProjectResponseProjection
  15. def description(): ProjectResponseProjection
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def id(alias: String): ProjectResponseProjection
  22. def id(): ProjectResponseProjection
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def name(alias: String): ProjectResponseProjection
  25. def name(): ProjectResponseProjection
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def owner(alias: String): ProjectResponseProjection
  30. def owner(): ProjectResponseProjection
  31. def ownerId(alias: String): ProjectResponseProjection
  32. def ownerId(): ProjectResponseProjection
  33. def projectMembers(alias: String, subProjection: ProjectMemberResponseProjection): ProjectResponseProjection
  34. def projectMembers(subProjection: ProjectMemberResponseProjection): ProjectResponseProjection
  35. def projectRoles(alias: String, subProjection: ProjectRoleResponseProjection): ProjectResponseProjection
  36. def projectRoles(subProjection: ProjectRoleResponseProjection): ProjectResponseProjection
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    GraphQLResponseProjection → AnyRef → Any
  39. def typename(alias: String): ProjectResponseProjection
  40. def typename(): ProjectResponseProjection
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from GraphQLResponseProjection

Inherited from AnyRef

Inherited from Any

Ungrouped