| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2012_1.SearchRecord | |
| ↳ | com.netsuite.webservices.setup.customization_2012_1.AppDefinitionSearch | |
Java class for AppDefinitionSearch complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppDefinitionSearch">
<complexContent>
<extension base="{urn:core_2012_1.platform.webservices.netsuite.com}SearchRecord">
<sequence>
<element name="basic" type="{urn:common_2012_1.platform.webservices.netsuite.com}AppDefinitionSearchBasic" minOccurs="0"/>
<element name="appPackageJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}AppPackageSearchBasic" minOccurs="0"/>
<element name="creatorJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
<element name="userJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| appPackageJoin | |||||||||||
| basic | |||||||||||
| creatorJoin | |||||||||||
| userJoin | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the appPackageJoin property.
| |||||||||||
Gets the value of the basic property.
| |||||||||||
Gets the value of the creatorJoin property.
| |||||||||||
Gets the value of the userJoin property.
| |||||||||||
Sets the value of the appPackageJoin property.
| |||||||||||
Sets the value of the basic property.
| |||||||||||
Sets the value of the creatorJoin property.
| |||||||||||
Sets the value of the userJoin property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the appPackageJoin property.
AppPackageSearchBasic
Gets the value of the basic property.
AppDefinitionSearchBasic
Gets the value of the creatorJoin property.
EmployeeSearchBasic
Gets the value of the userJoin property.
EmployeeSearchBasic
Sets the value of the appPackageJoin property.
| value | Allowed object is
AppPackageSearchBasic
|
|---|
Sets the value of the basic property.
| value | Allowed object is
AppDefinitionSearchBasic
|
|---|
Sets the value of the creatorJoin property.
| value | Allowed object is
EmployeeSearchBasic
|
|---|
Sets the value of the userJoin property.
| value | Allowed object is
EmployeeSearchBasic
|
|---|