class EntityResponseProjection extends GraphQLResponseProjection
Response projection for Entity
- Annotations
- @Generated()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EntityResponseProjection
- GraphQLResponseProjection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EntityResponseProjection()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
all$(maxDepth: Int): EntityResponseProjection
- Definition Classes
- EntityResponseProjection → GraphQLResponseProjection
- Annotations
- @Override()
-
def
all$(): EntityResponseProjection
- Definition Classes
- EntityResponseProjection → GraphQLResponseProjection
- Annotations
- @Override()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onSegment(alias: String, subProjection: SegmentResponseProjection): EntityResponseProjection
- def onSegment(subProjection: SegmentResponseProjection): EntityResponseProjection
- def onTag(alias: String, subProjection: TagResponseProjection): EntityResponseProjection
- def onTag(subProjection: TagResponseProjection): EntityResponseProjection
- def onTunnel(alias: String, subProjection: TunnelResponseProjection): EntityResponseProjection
- def onTunnel(subProjection: TunnelResponseProjection): EntityResponseProjection
- def onUserEvent(alias: String, subProjection: UserEventResponseProjection): EntityResponseProjection
- def onUserEvent(subProjection: UserEventResponseProjection): EntityResponseProjection
- def onUserSummary(alias: String, subProjection: UserSummaryResponseProjection): EntityResponseProjection
- def onUserSummary(subProjection: UserSummaryResponseProjection): EntityResponseProjection
- def onUserVariable(alias: String, subProjection: UserVariableResponseProjection): EntityResponseProjection
- def onUserVariable(subProjection: UserVariableResponseProjection): EntityResponseProjection
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- GraphQLResponseProjection → AnyRef → Any
- def typename(alias: String): EntityResponseProjection
- def typename(): EntityResponseProjection
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()