public class

GetWidgetUrlResult

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

Class Overview

Java class for GetWidgetUrlResult complex type.

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

 <complexType name="GetWidgetUrlResult">
   <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
GetWidgetUrlResult()
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 GetWidgetUrlResult ()

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