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