Packages

c

io.growing.graphql.model

TagResponseProjection

class TagResponseProjection extends GraphQLResponseProjection

Response projection for Tag

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

Instance Constructors

  1. new TagResponseProjection()

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

Inherited from GraphQLResponseProjection

Inherited from AnyRef

Inherited from Any

Ungrouped