| java.lang.Object | |||
| ↳ | com.clarizen.api.Result | ||
| ↳ | com.clarizen.api.LoginResult | ||
| ↳ | com.clarizen.api.ExtendedLoginResult | ||
Java class for ExtendedLoginResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtendedLoginResult">
<complexContent>
<extension base="{http://clarizen.com/api}LoginResult">
<sequence>
<element name="ClientVersionInfo" type="{http://clarizen.com/api}ClientVersionInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| clientVersionInfo | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.LoginResult
| |||||||||||
From class
com.clarizen.api.Result
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the clientVersionInfo property.
| |||||||||||
Sets the value of the clientVersionInfo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.LoginResult
| |||||||||||
From class
com.clarizen.api.Result
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the clientVersionInfo property.
ClientVersionInfo
Sets the value of the clientVersionInfo property.
| value | Allowed object is
ClientVersionInfo
|
|---|