public class

LoginOptions

extends Object
java.lang.Object
   ↳ com.clarizen.api.LoginOptions
Known Direct Subclasses

Class Overview

Java class for LoginOptions complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LoginOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ApplicationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PartnerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String applicationId
protected String partnerId
Public Constructors
LoginOptions()
Public Methods
String getApplicationId()
Gets the value of the applicationId property.
String getPartnerId()
Gets the value of the partnerId property.
void setApplicationId(String value)
Sets the value of the applicationId property.
void setPartnerId(String value)
Sets the value of the partnerId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String applicationId

protected String partnerId

Public Constructors

public LoginOptions ()

Public Methods

public String getApplicationId ()

Gets the value of the applicationId property.

Returns
  • possible object is String

public String getPartnerId ()

Gets the value of the partnerId property.

Returns
  • possible object is String

public void setApplicationId (String value)

Sets the value of the applicationId property.

Parameters
value Allowed object is String

public void setPartnerId (String value)

Sets the value of the partnerId property.

Parameters
value Allowed object is String