| java.lang.Object | ||||
| ↳ | com.clarizen.api.BaseMessage | |||
| ↳ | com.clarizen.api.queries.Query | |||
| ↳ | com.clarizen.api.queries.BuiltInQuery | |||
| ↳ | com.clarizen.api.FindUserQuery | |||
Java class for FindUserQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindUserQuery">
<complexContent>
<extension base="{http://clarizen.com/api/queries}BuiltInQuery">
<sequence>
<element name="EMail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FuzzySearchUserName" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IncludeSuspendedUsers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| firstName | |||||||||||
| fuzzySearchUserName | |||||||||||
| includeSuspendedUsers | |||||||||||
| lastName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.queries.BuiltInQuery
| |||||||||||
From class
com.clarizen.api.queries.Query
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the eMail property.
| |||||||||||
Gets the value of the firstName property.
| |||||||||||
Gets the value of the lastName property.
| |||||||||||
Gets the value of the fuzzySearchUserName property.
| |||||||||||
Gets the value of the includeSuspendedUsers property.
| |||||||||||
Sets the value of the eMail property.
| |||||||||||
Sets the value of the firstName property.
| |||||||||||
Sets the value of the fuzzySearchUserName property.
| |||||||||||
Sets the value of the includeSuspendedUsers property.
| |||||||||||
Sets the value of the lastName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.queries.BuiltInQuery
| |||||||||||
From class
com.clarizen.api.queries.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the eMail property.
Gets the value of the firstName property.
Gets the value of the lastName property.
Gets the value of the fuzzySearchUserName property.
Gets the value of the includeSuspendedUsers property.
Sets the value of the eMail property.
| value | Allowed object is String |
|---|
Sets the value of the firstName property.
| value | Allowed object is String |
|---|
Sets the value of the fuzzySearchUserName property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeSuspendedUsers property.
| value | Allowed object is Boolean |
|---|
Sets the value of the lastName property.
| value | Allowed object is String |
|---|