| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.SearchRecord | |
| ↳ | com.netsuite.webservices.platform.common_2010_2.EntityGroupSearchBasic | |
Java class for EntityGroupSearchBasic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityGroupSearchBasic">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
<sequence>
<element name="email" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
<element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
<element name="externalIdString" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
<element name="groupName" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
<element name="groupOwner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
<element name="groupType" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
<element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
<element name="internalIdNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
<element name="isDynamic" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
<element name="isInactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
<element name="isPrivate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
<element name="lastModifiedDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
<element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customFieldList | |||||||||||
| externalId | |||||||||||
| externalIdString | |||||||||||
| groupName | |||||||||||
| groupOwner | |||||||||||
| groupType | |||||||||||
| internalId | |||||||||||
| internalIdNumber | |||||||||||
| isDynamic | |||||||||||
| isInactive | |||||||||||
| isPrivate | |||||||||||
| lastModifiedDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the email property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the externalIdString property.
| |||||||||||
Gets the value of the groupName property.
| |||||||||||
Gets the value of the groupOwner property.
| |||||||||||
Gets the value of the groupType property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the internalIdNumber property.
| |||||||||||
Gets the value of the isDynamic property.
| |||||||||||
Gets the value of the isInactive property.
| |||||||||||
Gets the value of the isPrivate property.
| |||||||||||
Gets the value of the lastModifiedDate property.
| |||||||||||
Sets the value of the customFieldList property.
| |||||||||||
Sets the value of the email property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the externalIdString property.
| |||||||||||
Sets the value of the groupName property.
| |||||||||||
Sets the value of the groupOwner property.
| |||||||||||
Sets the value of the groupType property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the internalIdNumber property.
| |||||||||||
Sets the value of the isDynamic property.
| |||||||||||
Sets the value of the isInactive property.
| |||||||||||
Sets the value of the isPrivate property.
| |||||||||||
Sets the value of the lastModifiedDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customFieldList property.
SearchCustomFieldList
Gets the value of the email property.
SearchStringField
Gets the value of the externalId property.
SearchMultiSelectField
Gets the value of the externalIdString property.
SearchStringField
Gets the value of the groupName property.
SearchStringField
Gets the value of the groupOwner property.
SearchMultiSelectField
Gets the value of the groupType property.
SearchMultiSelectField
Gets the value of the internalId property.
SearchMultiSelectField
Gets the value of the internalIdNumber property.
SearchLongField
Gets the value of the isDynamic property.
SearchBooleanField
Gets the value of the isInactive property.
SearchBooleanField
Gets the value of the isPrivate property.
SearchBooleanField
Gets the value of the lastModifiedDate property.
SearchDateField
Sets the value of the customFieldList property.
| value | Allowed object is
SearchCustomFieldList
|
|---|
Sets the value of the email property.
| value | Allowed object is
SearchStringField
|
|---|
Sets the value of the externalId property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the externalIdString property.
| value | Allowed object is
SearchStringField
|
|---|
Sets the value of the groupName property.
| value | Allowed object is
SearchStringField
|
|---|
Sets the value of the groupOwner property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the groupType property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the internalId property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the internalIdNumber property.
| value | Allowed object is
SearchLongField
|
|---|
Sets the value of the isDynamic property.
| value | Allowed object is
SearchBooleanField
|
|---|
Sets the value of the isInactive property.
| value | Allowed object is
SearchBooleanField
|
|---|
Sets the value of the isPrivate property.
| value | Allowed object is
SearchBooleanField
|
|---|
Sets the value of the lastModifiedDate property.
| value | Allowed object is
SearchDateField
|
|---|