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