public class

ModifyDistributionGroupResponse

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

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

Summary

Fields
protected RequestResponse modifyDistributionGroupResult
Public Constructors
ModifyDistributionGroupResponse()
Public Methods
RequestResponse getModifyDistributionGroupResult()
Gets the value of the modifyDistributionGroupResult property.
void setModifyDistributionGroupResult(RequestResponse value)
Sets the value of the modifyDistributionGroupResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RequestResponse modifyDistributionGroupResult

Public Constructors

public ModifyDistributionGroupResponse ()

Public Methods

public RequestResponse getModifyDistributionGroupResult ()

Gets the value of the modifyDistributionGroupResult property.

Returns

public void setModifyDistributionGroupResult (RequestResponse value)

Sets the value of the modifyDistributionGroupResult property.

Parameters
value Allowed object is RequestResponse