class QueryUserEventsParametrizedInput extends GraphQLParametrizedInput
Parametrized input for field userEvents in type Query
- Annotations
- @Generated()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryUserEventsParametrizedInput
- GraphQLParametrizedInput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new QueryUserEventsParametrizedInput(projectId: String, id: String, types: List[UserEventTypeDto], timeRange: String, first: Integer, after: String, last: Integer, before: String, limit: Integer, filter: FilterInputDto)
- new QueryUserEventsParametrizedInput()
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 after(after: String): QueryUserEventsParametrizedInput
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def before(before: String): QueryUserEventsParametrizedInput
-
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 filter(filter: FilterInputDto): QueryUserEventsParametrizedInput
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def first(first: Integer): QueryUserEventsParametrizedInput
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id(id: String): QueryUserEventsParametrizedInput
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def last(last: Integer): QueryUserEventsParametrizedInput
- def limit(limit: Integer): QueryUserEventsParametrizedInput
-
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 projectId(projectId: String): QueryUserEventsParametrizedInput
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def timeRange(timeRange: String): QueryUserEventsParametrizedInput
-
def
toString(): String
- Definition Classes
- QueryUserEventsParametrizedInput → AnyRef → Any
- Annotations
- @Override()
- def types(types: List[UserEventTypeDto]): QueryUserEventsParametrizedInput
-
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()