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