public class

ChangeContactsMembershipInDistributionGroupResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.mails.ChangeContactsMembershipInDistributionGroupResponse

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="ChangeContactsMembershipInDistributionGroupResult" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}RequestStatus"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RequestStatus changeContactsMembershipInDistributionGroupResult
Public Constructors
ChangeContactsMembershipInDistributionGroupResponse()
Public Methods
RequestStatus getChangeContactsMembershipInDistributionGroupResult()
Gets the value of the changeContactsMembershipInDistributionGroupResult property.
void setChangeContactsMembershipInDistributionGroupResult(RequestStatus value)
Sets the value of the changeContactsMembershipInDistributionGroupResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RequestStatus changeContactsMembershipInDistributionGroupResult

Public Constructors

public ChangeContactsMembershipInDistributionGroupResponse ()

Public Methods

public RequestStatus getChangeContactsMembershipInDistributionGroupResult ()

Gets the value of the changeContactsMembershipInDistributionGroupResult property.

Returns

public void setChangeContactsMembershipInDistributionGroupResult (RequestStatus value)

Sets the value of the changeContactsMembershipInDistributionGroupResult property.

Parameters
value Allowed object is RequestStatus