Packages

c

io.growing.graphql.model

UserIdentityResponseProjection

class UserIdentityResponseProjection extends GraphQLResponseProjection

Response projection for UserIdentity

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

Instance Constructors

  1. new UserIdentityResponseProjection()

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