| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.userprofile.AddLink |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountName | |||||||||||
| group | |||||||||||
| name | |||||||||||
| privacy | |||||||||||
| url | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountName property.
| |||||||||||
Gets the value of the group property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the privacy property.
| |||||||||||
Gets the value of the url property.
| |||||||||||
Sets the value of the accountName property.
| |||||||||||
Sets the value of the group property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the privacy property.
| |||||||||||
Sets the value of the url property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountName property.
Gets the value of the group property.
Gets the value of the name property.
Gets the value of the privacy property.
Privacy
Gets the value of the url property.
Sets the value of the accountName property.
| value | Allowed object is String |
|---|
Sets the value of the group property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the privacy property.
| value | Allowed object is
Privacy
|
|---|
Sets the value of the url property.
| value | Allowed object is String |
|---|