| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2012_1.SearchRow | |
| ↳ | com.netsuite.webservices.setup.customization_2012_1.AppPackageSearchRow | |
Java class for AppPackageSearchRow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppPackageSearchRow">
<complexContent>
<extension base="{urn:core_2012_1.platform.webservices.netsuite.com}SearchRow">
<sequence>
<element name="basic" type="{urn:common_2012_1.platform.webservices.netsuite.com}AppPackageSearchRowBasic" minOccurs="0"/>
<element name="appDefinitionJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}AppDefinitionSearchRowBasic" minOccurs="0"/>
<element name="creatorJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchRowBasic" minOccurs="0"/>
<element name="packageFileJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}FileSearchRowBasic" minOccurs="0"/>
<element name="userJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchRowBasic" 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.
AppDefinitionSearchRowBasic
Gets the value of the basic property.
AppPackageSearchRowBasic
Gets the value of the creatorJoin property.
EmployeeSearchRowBasic
Gets the value of the packageFileJoin property.
FileSearchRowBasic
Gets the value of the userJoin property.
EmployeeSearchRowBasic
Sets the value of the appDefinitionJoin property.
| value | Allowed object is
AppDefinitionSearchRowBasic
|
|---|
Sets the value of the basic property.
| value | Allowed object is
AppPackageSearchRowBasic
|
|---|
Sets the value of the creatorJoin property.
| value | Allowed object is
EmployeeSearchRowBasic
|
|---|
Sets the value of the packageFileJoin property.
| value | Allowed object is
FileSearchRowBasic
|
|---|
Sets the value of the userJoin property.
| value | Allowed object is
EmployeeSearchRowBasic
|
|---|