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