| java.lang.Object | ||
| ↳ | com.clarizen.api.LoginOptions | |
| ↳ | com.clarizen.api.ExtendedLoginOptions | |
Java class for ExtendedLoginOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtendedLoginOptions">
<complexContent>
<extension base="{http://clarizen.com/api}LoginOptions">
<sequence>
<element name="ClientVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| clientVersion | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.LoginOptions
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the clientVersion property.
| |||||||||||
Sets the value of the clientVersion property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.LoginOptions
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the clientVersion property.
Sets the value of the clientVersion property.
| value | Allowed object is String |
|---|