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