public class

GetSessionInfoResult

extends LoginResult
java.lang.Object
   ↳ com.clarizen.api.Result
     ↳ com.clarizen.api.LoginResult
       ↳ com.clarizen.api.GetSessionInfoResult
Known Direct Subclasses

Class Overview

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>
 

Summary

Fields
protected ArrayOfFieldValue customInfo
[Expand]
Inherited Fields
From class com.clarizen.api.LoginResult
From class com.clarizen.api.Result
Public Constructors
GetSessionInfoResult()
Public Methods
ArrayOfFieldValue getCustomInfo()
Gets the value of the customInfo property.
void setCustomInfo(ArrayOfFieldValue value)
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

Fields

protected ArrayOfFieldValue customInfo

Public Constructors

public GetSessionInfoResult ()

Public Methods

public ArrayOfFieldValue getCustomInfo ()

Gets the value of the customInfo property.

Returns

public void setCustomInfo (ArrayOfFieldValue value)

Sets the value of the customInfo property.

Parameters
value Allowed object is ArrayOfFieldValue