| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.userprofile.UpdateLink |
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="data" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}QuickLinkData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountName | |||||||||||
| data | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountName property.
| |||||||||||
Gets the value of the data property.
| |||||||||||
Sets the value of the accountName property.
| |||||||||||
Sets the value of the data property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountName property.
Gets the value of the data property.
QuickLinkData
Sets the value of the accountName property.
| value | Allowed object is String |
|---|
Sets the value of the data property.
| value | Allowed object is
QuickLinkData
|
|---|