| java.lang.Object | |
| ↳ | com.clarizen.api.LoginOptions |
Known Direct Subclasses
|
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| applicationId | |||||||||||
| partnerId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the applicationId property.
| |||||||||||
Gets the value of the partnerId property.
| |||||||||||
Sets the value of the applicationId property.
| |||||||||||
Sets the value of the partnerId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the applicationId property.
Gets the value of the partnerId property.
Sets the value of the applicationId property.
| value | Allowed object is String |
|---|
Sets the value of the partnerId property.
| value | Allowed object is String |
|---|