public class

DeleteDistributionGroupResponse

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

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

Summary

Fields
protected RequestResponse deleteDistributionGroupResult
Public Constructors
DeleteDistributionGroupResponse()
Public Methods
RequestResponse getDeleteDistributionGroupResult()
Gets the value of the deleteDistributionGroupResult property.
void setDeleteDistributionGroupResult(RequestResponse value)
Sets the value of the deleteDistributionGroupResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RequestResponse deleteDistributionGroupResult

Public Constructors

public DeleteDistributionGroupResponse ()

Public Methods

public RequestResponse getDeleteDistributionGroupResult ()

Gets the value of the deleteDistributionGroupResult property.

Returns

public void setDeleteDistributionGroupResult (RequestResponse value)

Sets the value of the deleteDistributionGroupResult property.

Parameters
value Allowed object is RequestResponse