public class

PinnedLinkData

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

Class Overview

Java class for PinnedLinkData complex type.

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

 <complexType name="PinnedLinkData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long id
protected String name
protected String url
Public Constructors
PinnedLinkData()
Public Methods
long getID()
Gets the value of the id property.
String getName()
Gets the value of the name property.
String getUrl()
Gets the value of the url property.
void setID(long value)
Sets the value of the id property.
void setName(String value)
Sets the value of the name property.
void setUrl(String value)
Sets the value of the url property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long id

protected String name

protected String url

Public Constructors

public PinnedLinkData ()

Public Methods

public long getID ()

Gets the value of the id property.

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public void setID (long value)

Sets the value of the id property.

Parameters
value

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String