public class

AddLinkResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.userprofile.AddLinkResponse

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AddLinkResult" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}QuickLinkData" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected QuickLinkData addLinkResult
Public Constructors
AddLinkResponse()
Public Methods
QuickLinkData getAddLinkResult()
Gets the value of the addLinkResult property.
void setAddLinkResult(QuickLinkData value)
Sets the value of the addLinkResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected QuickLinkData addLinkResult

Public Constructors

public AddLinkResponse ()

Public Methods

public QuickLinkData getAddLinkResult ()

Gets the value of the addLinkResult property.

Returns

public void setAddLinkResult (QuickLinkData value)

Sets the value of the addLinkResult property.

Parameters
value Allowed object is QuickLinkData