| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.messages_2010_2.SearchPreferences |
Java class for SearchPreferences complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchPreferences">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bodyFieldsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="returnSearchColumns" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bodyFieldsOnly | |||||||||||
| pageSize | |||||||||||
| returnSearchColumns | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the pageSize property.
| |||||||||||
Gets the value of the bodyFieldsOnly property.
| |||||||||||
Gets the value of the returnSearchColumns property.
| |||||||||||
Sets the value of the bodyFieldsOnly property.
| |||||||||||
Sets the value of the pageSize property.
| |||||||||||
Sets the value of the returnSearchColumns property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the pageSize property.
Gets the value of the bodyFieldsOnly property.
Gets the value of the returnSearchColumns property.
Sets the value of the bodyFieldsOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the pageSize property.
| value | Allowed object is Integer |
|---|
Sets the value of the returnSearchColumns property.
| value | Allowed object is Boolean |
|---|