public class

GetUserPinnedLinksResponse

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

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

Summary

Fields
protected ArrayOfPinnedLinkData getUserPinnedLinksResult
Public Constructors
GetUserPinnedLinksResponse()
Public Methods
ArrayOfPinnedLinkData getGetUserPinnedLinksResult()
Gets the value of the getUserPinnedLinksResult property.
void setGetUserPinnedLinksResult(ArrayOfPinnedLinkData value)
Sets the value of the getUserPinnedLinksResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfPinnedLinkData getUserPinnedLinksResult

Public Constructors

public GetUserPinnedLinksResponse ()

Public Methods

public ArrayOfPinnedLinkData getGetUserPinnedLinksResult ()

Gets the value of the getUserPinnedLinksResult property.

Returns

public void setGetUserPinnedLinksResult (ArrayOfPinnedLinkData value)

Sets the value of the getUserPinnedLinksResult property.

Parameters
value Allowed object is ArrayOfPinnedLinkData