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