public class

GetUserProfileByIndexResult

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

Class Overview

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>
 

Summary

Fields
protected ArrayOfContactData colleagues
protected ArrayOfMembershipData memberships
protected String nextValue
protected ArrayOfPinnedLinkData pinnedLinks
protected ArrayOfQuickLinkData quickLinks
protected ArrayOfPropertyData userProfile
Public Constructors
GetUserProfileByIndexResult()
Public Methods
ArrayOfContactData getColleagues()
Gets the value of the colleagues property.
ArrayOfMembershipData getMemberships()
Gets the value of the memberships property.
String getNextValue()
Gets the value of the nextValue property.
ArrayOfPinnedLinkData getPinnedLinks()
Gets the value of the pinnedLinks property.
ArrayOfQuickLinkData getQuickLinks()
Gets the value of the quickLinks property.
ArrayOfPropertyData getUserProfile()
Gets the value of the userProfile property.
void setColleagues(ArrayOfContactData value)
Sets the value of the colleagues property.
void setMemberships(ArrayOfMembershipData value)
Sets the value of the memberships property.
void setNextValue(String value)
Sets the value of the nextValue property.
void setPinnedLinks(ArrayOfPinnedLinkData value)
Sets the value of the pinnedLinks property.
void setQuickLinks(ArrayOfQuickLinkData value)
Sets the value of the quickLinks property.
void setUserProfile(ArrayOfPropertyData value)
Sets the value of the userProfile property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfContactData colleagues

protected ArrayOfMembershipData memberships

protected String nextValue

protected ArrayOfPinnedLinkData pinnedLinks

protected ArrayOfQuickLinkData quickLinks

protected ArrayOfPropertyData userProfile

Public Constructors

public GetUserProfileByIndexResult ()

Public Methods

public ArrayOfContactData getColleagues ()

Gets the value of the colleagues property.

Returns

public ArrayOfMembershipData getMemberships ()

Gets the value of the memberships property.

Returns

public String getNextValue ()

Gets the value of the nextValue property.

Returns
  • possible object is String

public ArrayOfPinnedLinkData getPinnedLinks ()

Gets the value of the pinnedLinks property.

Returns

public ArrayOfQuickLinkData getQuickLinks ()

Gets the value of the quickLinks property.

Returns

public ArrayOfPropertyData getUserProfile ()

Gets the value of the userProfile property.

Returns

public void setColleagues (ArrayOfContactData value)

Sets the value of the colleagues property.

Parameters
value Allowed object is ArrayOfContactData

public void setMemberships (ArrayOfMembershipData value)

Sets the value of the memberships property.

Parameters
value Allowed object is ArrayOfMembershipData

public void setNextValue (String value)

Sets the value of the nextValue property.

Parameters
value Allowed object is String

public void setPinnedLinks (ArrayOfPinnedLinkData value)

Sets the value of the pinnedLinks property.

Parameters
value Allowed object is ArrayOfPinnedLinkData

public void setQuickLinks (ArrayOfQuickLinkData value)

Sets the value of the quickLinks property.

Parameters
value Allowed object is ArrayOfQuickLinkData

public void setUserProfile (ArrayOfPropertyData value)

Sets the value of the userProfile property.

Parameters
value Allowed object is ArrayOfPropertyData