Class User_where
- java.lang.Object
-
- org.topbraidlive.client.java.graphql.platform.User_where
-
- All Implemented Interfaces:
Serializable
public class User_where extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description User_where()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendTo(StringBuilder _queryBuilder)
User_where_email
getEmail()
Input<User_where_email>
getEmailInput()
User_where
setEmail(User_where_email email)
User_where
setEmailInput(Input<User_where_email> email)
-
-
-
Method Detail
-
getEmail
public User_where_email getEmail()
-
getEmailInput
public Input<User_where_email> getEmailInput()
-
setEmail
public User_where setEmail(User_where_email email)
-
setEmailInput
public User_where setEmailInput(Input<User_where_email> email)
-
appendTo
public void appendTo(StringBuilder _queryBuilder)
-
-