Packages

c

io.growing.graphql.model

NotificationTaskResponseProjection

class NotificationTaskResponseProjection extends GraphQLResponseProjection

Response projection for NotificationTask

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

Instance Constructors

  1. new NotificationTaskResponseProjection()

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): NotificationTaskResponseProjection
    Definition Classes
    NotificationTaskResponseProjection → GraphQLResponseProjection
    Annotations
    @Override()
  5. def all$(): NotificationTaskResponseProjection
    Definition Classes
    NotificationTaskResponseProjection → GraphQLResponseProjection
    Annotations
    @Override()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def channel(alias: String, subProjection: WebHookResponseProjection): NotificationTaskResponseProjection
  8. def channel(subProjection: WebHookResponseProjection): NotificationTaskResponseProjection
  9. def channelType(alias: String): NotificationTaskResponseProjection
  10. def channelType(): NotificationTaskResponseProjection
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  12. def createdAt(alias: String): NotificationTaskResponseProjection
  13. def createdAt(): NotificationTaskResponseProjection
  14. def creator(alias: String): NotificationTaskResponseProjection
  15. def creator(): NotificationTaskResponseProjection
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def id(alias: String): NotificationTaskResponseProjection
  21. def id(): NotificationTaskResponseProjection
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def name(alias: String): NotificationTaskResponseProjection
  24. def name(): NotificationTaskResponseProjection
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. def receivers(alias: String): NotificationTaskResponseProjection
  29. def receivers(): NotificationTaskResponseProjection
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    GraphQLResponseProjection → AnyRef → Any
  32. def typename(alias: String): NotificationTaskResponseProjection
  33. def typename(): NotificationTaskResponseProjection
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. 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