public class

AddColleagueWithoutEmailNotificationResponse

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

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

Summary

Fields
protected ContactData addColleagueWithoutEmailNotificationResult
Public Constructors
AddColleagueWithoutEmailNotificationResponse()
Public Methods
ContactData getAddColleagueWithoutEmailNotificationResult()
Gets the value of the addColleagueWithoutEmailNotificationResult property.
void setAddColleagueWithoutEmailNotificationResult(ContactData value)
Sets the value of the addColleagueWithoutEmailNotificationResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ContactData addColleagueWithoutEmailNotificationResult

Public Constructors

public AddColleagueWithoutEmailNotificationResponse ()

Public Methods

public ContactData getAddColleagueWithoutEmailNotificationResult ()

Gets the value of the addColleagueWithoutEmailNotificationResult property.

Returns

public void setAddColleagueWithoutEmailNotificationResult (ContactData value)

Sets the value of the addColleagueWithoutEmailNotificationResult property.

Parameters
value Allowed object is ContactData