public class

GetCommonColleaguesResponse

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

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="GetCommonColleaguesResult" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfContactData" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfContactData getCommonColleaguesResult
Public Constructors
GetCommonColleaguesResponse()
Public Methods
ArrayOfContactData getGetCommonColleaguesResult()
Gets the value of the getCommonColleaguesResult property.
void setGetCommonColleaguesResult(ArrayOfContactData value)
Sets the value of the getCommonColleaguesResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfContactData getCommonColleaguesResult

Public Constructors

public GetCommonColleaguesResponse ()

Public Methods

public ArrayOfContactData getGetCommonColleaguesResult ()

Gets the value of the getCommonColleaguesResult property.

Returns

public void setGetCommonColleaguesResult (ArrayOfContactData value)

Sets the value of the getCommonColleaguesResult property.

Parameters
value Allowed object is ArrayOfContactData