public class

UpdatePinnedLink

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

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="accountName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="data" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}PinnedLinkData" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String accountName
protected PinnedLinkData data
Public Constructors
UpdatePinnedLink()
Public Methods
String getAccountName()
Gets the value of the accountName property.
PinnedLinkData getData()
Gets the value of the data property.
void setAccountName(String value)
Sets the value of the accountName property.
void setData(PinnedLinkData value)
Sets the value of the data property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String accountName

protected PinnedLinkData data

Public Constructors

public UpdatePinnedLink ()

Public Methods

public String getAccountName ()

Gets the value of the accountName property.

Returns
  • possible object is String

public PinnedLinkData getData ()

Gets the value of the data property.

Returns

public void setAccountName (String value)

Sets the value of the accountName property.

Parameters
value Allowed object is String

public void setData (PinnedLinkData value)

Sets the value of the data property.

Parameters
value Allowed object is PinnedLinkData