public class

ExtendedLoginOptions

extends LoginOptions
java.lang.Object
   ↳ com.clarizen.api.LoginOptions
     ↳ com.clarizen.api.ExtendedLoginOptions

Class Overview

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>
 

Summary

Fields
protected String clientVersion
[Expand]
Inherited Fields
From class com.clarizen.api.LoginOptions
Public Constructors
ExtendedLoginOptions()
Public Methods
String getClientVersion()
Gets the value of the clientVersion property.
void setClientVersion(String value)
Sets the value of the clientVersion property.
[Expand]
Inherited Methods
From class com.clarizen.api.LoginOptions
From class java.lang.Object

Fields

protected String clientVersion

Public Constructors

public ExtendedLoginOptions ()

Public Methods

public String getClientVersion ()

Gets the value of the clientVersion property.

Returns
  • possible object is String

public void setClientVersion (String value)

Sets the value of the clientVersion property.

Parameters
value Allowed object is String