public class

FindUserQuery

extends BuiltInQuery
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.queries.Query
       ↳ com.clarizen.api.queries.BuiltInQuery
         ↳ com.clarizen.api.FindUserQuery

Class Overview

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>
 

Summary

Fields
protected String eMail
protected String firstName
protected Boolean fuzzySearchUserName
protected Boolean includeSuspendedUsers
protected String lastName
[Expand]
Inherited Fields
From class com.clarizen.api.queries.BuiltInQuery
From class com.clarizen.api.queries.Query
Public Constructors
FindUserQuery()
Public Methods
String getEMail()
Gets the value of the eMail property.
String getFirstName()
Gets the value of the firstName property.
String getLastName()
Gets the value of the lastName property.
Boolean isFuzzySearchUserName()
Gets the value of the fuzzySearchUserName property.
Boolean isIncludeSuspendedUsers()
Gets the value of the includeSuspendedUsers property.
void setEMail(String value)
Sets the value of the eMail property.
void setFirstName(String value)
Sets the value of the firstName property.
void setFuzzySearchUserName(Boolean value)
Sets the value of the fuzzySearchUserName property.
void setIncludeSuspendedUsers(Boolean value)
Sets the value of the includeSuspendedUsers property.
void setLastName(String value)
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

Fields

protected String eMail

protected String firstName

protected Boolean fuzzySearchUserName

protected Boolean includeSuspendedUsers

protected String lastName

Public Constructors

public FindUserQuery ()

Public Methods

public String getEMail ()

Gets the value of the eMail property.

Returns
  • possible object is String

public String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public Boolean isFuzzySearchUserName ()

Gets the value of the fuzzySearchUserName property.

Returns
  • possible object is Boolean

public Boolean isIncludeSuspendedUsers ()

Gets the value of the includeSuspendedUsers property.

Returns
  • possible object is Boolean

public void setEMail (String value)

Sets the value of the eMail property.

Parameters
value Allowed object is String

public void setFirstName (String value)

Sets the value of the firstName property.

Parameters
value Allowed object is String

public void setFuzzySearchUserName (Boolean value)

Sets the value of the fuzzySearchUserName property.

Parameters
value Allowed object is Boolean

public void setIncludeSuspendedUsers (Boolean value)

Sets the value of the includeSuspendedUsers property.

Parameters
value Allowed object is Boolean

public void setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String