public class

AddPinnedLinkResponse

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

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="AddPinnedLinkResult" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}PinnedLinkData" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected PinnedLinkData addPinnedLinkResult
Public Constructors
AddPinnedLinkResponse()
Public Methods
PinnedLinkData getAddPinnedLinkResult()
Gets the value of the addPinnedLinkResult property.
void setAddPinnedLinkResult(PinnedLinkData value)
Sets the value of the addPinnedLinkResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PinnedLinkData addPinnedLinkResult

Public Constructors

public AddPinnedLinkResponse ()

Public Methods

public PinnedLinkData getAddPinnedLinkResult ()

Gets the value of the addPinnedLinkResult property.

Returns

public void setAddPinnedLinkResult (PinnedLinkData value)

Sets the value of the addPinnedLinkResult property.

Parameters
value Allowed object is PinnedLinkData