Packages

c

io.growing.graphql.model

BasicProfileResponseProjection

class BasicProfileResponseProjection extends GraphQLResponseProjection

Response projection for BasicProfile

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

Instance Constructors

  1. new BasicProfileResponseProjection()

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): BasicProfileResponseProjection
    Definition Classes
    BasicProfileResponseProjection → GraphQLResponseProjection
    Annotations
    @Override()
  5. def all$(): BasicProfileResponseProjection
    Definition Classes
    BasicProfileResponseProjection → GraphQLResponseProjection
    Annotations
    @Override()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def avatar(alias: String): BasicProfileResponseProjection
  8. def avatar(): BasicProfileResponseProjection
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def createdAt(alias: String): BasicProfileResponseProjection
  11. def createdAt(): BasicProfileResponseProjection
  12. def email(alias: String): BasicProfileResponseProjection
  13. def email(): BasicProfileResponseProjection
  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): BasicProfileResponseProjection
  20. def id(): BasicProfileResponseProjection
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def mobile(alias: String): BasicProfileResponseProjection
  23. def mobile(): BasicProfileResponseProjection
  24. def name(alias: String): BasicProfileResponseProjection
  25. def name(): BasicProfileResponseProjection
  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 properties(alias: String, subProjection: PropertyResponseProjection): BasicProfileResponseProjection
  30. def properties(subProjection: PropertyResponseProjection): BasicProfileResponseProjection
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    GraphQLResponseProjection → AnyRef → Any
  33. def typename(alias: String): BasicProfileResponseProjection
  34. def typename(): BasicProfileResponseProjection
  35. def userId(alias: String): BasicProfileResponseProjection
  36. def userId(): BasicProfileResponseProjection
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. def wechatOpenId(alias: String): BasicProfileResponseProjection
  41. def wechatOpenId(): BasicProfileResponseProjection

Inherited from GraphQLResponseProjection

Inherited from AnyRef

Inherited from Any

Ungrouped