| java.lang.Object | ||||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.RoleBase | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.Employee | |||
Product: QBW Description: Employee represents the persons who are working for your organization. In QBO, the Employee resource is available as a read-only resource. That is, only retrieve and simple query operations are supported for this resource. Endpoint: services.intuit.com Business Rules: [li]The employee name must be unique.[/li][li]The employee name, first name, or last name must not contain a colon (:).[/li][li]The name, first name or last name field should not be blank.[/li][li]The e-mail, phone, and address fields are mandatory.[/li][li]The e-mail address of the employee must contain @ and . (dot).[/li][li]The value for the EmployeeType element must be either of the following: Officer, Owner, Regular, or Statutory.[/li][li]The value for the DeviceType element must be either of the following: Landline, Mobile, Fax, or Pager.[/li]
Java class for Employee complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}RoleBase">
<sequence>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ShowAs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EmployeeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EmployeeNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BillableTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HiredDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
<element name="ReleasedDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
<element name="UseTimeEntry" type="{http://www.intuit.com/sb/cdm/v2}TimeEntryUsedForPaychecksEnum" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| billableTime | |||||||||||
| employeeNumber | |||||||||||
| employeeType | |||||||||||
| hiredDate | |||||||||||
| releasedDate | |||||||||||
| showAs | |||||||||||
| useTimeEntry | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.RoleBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeNumber property.
| |||||||||||
Gets the value of the employeeType property.
| |||||||||||
Gets the value of the hiredDate property.
| |||||||||||
Gets the value of the releasedDate property.
| |||||||||||
Gets the value of the showAs property.
| |||||||||||
Gets the value of the useTimeEntry property.
| |||||||||||
Gets the value of the active property.
| |||||||||||
Gets the value of the billableTime property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the billableTime property.
| |||||||||||
Sets the value of the employeeNumber property.
| |||||||||||
Sets the value of the employeeType property.
| |||||||||||
Sets the value of the hiredDate property.
| |||||||||||
Sets the value of the releasedDate property.
| |||||||||||
Sets the value of the showAs property.
| |||||||||||
Sets the value of the useTimeEntry property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.RoleBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the employeeNumber property.
Gets the value of the employeeType property.
Gets the value of the hiredDate property.
Gets the value of the releasedDate property.
Gets the value of the showAs property.
Gets the value of the useTimeEntry property.
TimeEntryUsedForPaychecksEnum
Gets the value of the active property.
Gets the value of the billableTime property.
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|
Sets the value of the billableTime property.
| value | Allowed object is Boolean |
|---|
Sets the value of the employeeNumber property.
| value | Allowed object is String |
|---|
Sets the value of the employeeType property.
| value | Allowed object is String |
|---|
Sets the value of the hiredDate property.
| value | Allowed object is String |
|---|
Sets the value of the releasedDate property.
| value | Allowed object is String |
|---|
Sets the value of the showAs property.
| value | Allowed object is String |
|---|
Sets the value of the useTimeEntry property.
| value | Allowed object is
TimeEntryUsedForPaychecksEnum
|
|---|