public class

RemovePinnedLink

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

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="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String accountName
protected int id
Public Constructors
RemovePinnedLink()
Public Methods
String getAccountName()
Gets the value of the accountName property.
int getId()
Gets the value of the id property.
void setAccountName(String value)
Sets the value of the accountName property.
void setId(int value)
Sets the value of the id property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String accountName

protected int id

Public Constructors

public RemovePinnedLink ()

Public Methods

public String getAccountName ()

Gets the value of the accountName property.

Returns
  • possible object is String

public int getId ()

Gets the value of the id property.

public void setAccountName (String value)

Sets the value of the accountName property.

Parameters
value Allowed object is String

public void setId (int value)

Sets the value of the id property.

Parameters
value