public class

FindCustomerQuery

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

Class Overview

Java class for FindCustomerQuery complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FindCustomerQuery">
   <complexContent>
     <extension base="{http://clarizen.com/api/queries}BuiltInQuery">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String name
[Expand]
Inherited Fields
From class com.clarizen.api.queries.BuiltInQuery
From class com.clarizen.api.queries.Query
Public Constructors
FindCustomerQuery()
Public Methods
String getName()
Gets the value of the name property.
void setName(String value)
Sets the value of the name 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 name

Public Constructors

public FindCustomerQuery ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String