| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.userprofile.GetUserProfileByIndexResult |
Java class for GetUserProfileByIndexResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetUserProfileByIndexResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NextValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserProfile" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfPropertyData" minOccurs="0"/>
<element name="Colleagues" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfContactData" minOccurs="0"/>
<element name="QuickLinks" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfQuickLinkData" minOccurs="0"/>
<element name="PinnedLinks" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfPinnedLinkData" minOccurs="0"/>
<element name="Memberships" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfMembershipData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| colleagues | |||||||||||
| memberships | |||||||||||
| nextValue | |||||||||||
| pinnedLinks | |||||||||||
| quickLinks | |||||||||||
| userProfile | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the colleagues property.
| |||||||||||
Gets the value of the memberships property.
| |||||||||||
Gets the value of the nextValue property.
| |||||||||||
Gets the value of the pinnedLinks property.
| |||||||||||
Gets the value of the quickLinks property.
| |||||||||||
Gets the value of the userProfile property.
| |||||||||||
Sets the value of the colleagues property.
| |||||||||||
Sets the value of the memberships property.
| |||||||||||
Sets the value of the nextValue property.
| |||||||||||
Sets the value of the pinnedLinks property.
| |||||||||||
Sets the value of the quickLinks property.
| |||||||||||
Sets the value of the userProfile property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the colleagues property.
ArrayOfContactData
Gets the value of the memberships property.
ArrayOfMembershipData
Gets the value of the nextValue property.
Gets the value of the pinnedLinks property.
ArrayOfPinnedLinkData
Gets the value of the quickLinks property.
ArrayOfQuickLinkData
Gets the value of the userProfile property.
ArrayOfPropertyData
Sets the value of the colleagues property.
| value | Allowed object is
ArrayOfContactData
|
|---|
Sets the value of the memberships property.
| value | Allowed object is
ArrayOfMembershipData
|
|---|
Sets the value of the nextValue property.
| value | Allowed object is String |
|---|
Sets the value of the pinnedLinks property.
| value | Allowed object is
ArrayOfPinnedLinkData
|
|---|
Sets the value of the quickLinks property.
| value | Allowed object is
ArrayOfQuickLinkData
|
|---|
Sets the value of the userProfile property.
| value | Allowed object is
ArrayOfPropertyData
|
|---|