public class

GetSessionInfoMessage

extends BaseMessage
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.GetSessionInfoMessage

Class Overview

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>
 

Summary

Fields
protected LoginOptions options
Public Constructors
GetSessionInfoMessage()
Public Methods
LoginOptions getOptions()
Gets the value of the options property.
void setOptions(LoginOptions value)
Sets the value of the options property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected LoginOptions options

Public Constructors

public GetSessionInfoMessage ()

Public Methods

public LoginOptions getOptions ()

Gets the value of the options property.

Returns

public void setOptions (LoginOptions value)

Sets the value of the options property.

Parameters
value Allowed object is LoginOptions