public class

QuickLinkData

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

Class Overview

Java class for QuickLinkData complex type.

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

 <complexType name="QuickLinkData">
   <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="Group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Privacy" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}Privacy"/>
         <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 String group
protected long id
protected String name
protected Privacy privacy
protected String url
Public Constructors
QuickLinkData()
Public Methods
String getGroup()
Gets the value of the group property.
long getID()
Gets the value of the id property.
String getName()
Gets the value of the name property.
Privacy getPrivacy()
Gets the value of the privacy property.
String getUrl()
Gets the value of the url property.
void setGroup(String value)
Sets the value of the group property.
void setID(long value)
Sets the value of the id property.
void setName(String value)
Sets the value of the name property.
void setPrivacy(Privacy value)
Sets the value of the privacy property.
void setUrl(String value)
Sets the value of the url property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String group

protected long id

protected String name

protected Privacy privacy

protected String url

Public Constructors

public QuickLinkData ()

Public Methods

public String getGroup ()

Gets the value of the group property.

Returns
  • possible object is String

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 Privacy getPrivacy ()

Gets the value of the privacy property.

Returns

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public void setGroup (String value)

Sets the value of the group property.

Parameters
value Allowed 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 setPrivacy (Privacy value)

Sets the value of the privacy property.

Parameters
value Allowed object is Privacy

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String