public class

AppLoginResult

extends Result
java.lang.Object
   ↳ com.clarizen.api.Result
     ↳ com.clarizen.api.AppLoginResult

Class Overview

Java class for AppLoginResult complex type.

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

 <complexType name="AppLoginResult">
   <complexContent>
     <extension base="{http://clarizen.com/api}Result">
       <sequence>
         <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String url
[Expand]
Inherited Fields
From class com.clarizen.api.Result
Public Constructors
AppLoginResult()
Public Methods
String getUrl()
Gets the value of the url property.
void setUrl(String value)
Sets the value of the url property.
[Expand]
Inherited Methods
From class com.clarizen.api.Result
From class java.lang.Object

Fields

protected String url

Public Constructors

public AppLoginResult ()

Public Methods

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String