public class

AddLink

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

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

Summary

Fields
protected String accountName
protected String group
protected String name
protected Privacy privacy
protected String url
Public Constructors
AddLink()
Public Methods
String getAccountName()
Gets the value of the accountName property.
String getGroup()
Gets the value of the group 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 setAccountName(String value)
Sets the value of the accountName property.
void setGroup(String value)
Sets the value of the group 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 accountName

protected String group

protected String name

protected Privacy privacy

protected String url

Public Constructors

public AddLink ()

Public Methods

public String getAccountName ()

Gets the value of the accountName property.

Returns
  • possible object is String

public String getGroup ()

Gets the value of the group property.

Returns
  • possible object is String

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 setAccountName (String value)

Sets the value of the accountName property.

Parameters
value Allowed object is String

public void setGroup (String value)

Sets the value of the group property.

Parameters
value Allowed object is String

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