public class

CreateDistributionGroupResponse

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

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

Summary

Fields
protected RequestResponse createDistributionGroupResult
Public Constructors
CreateDistributionGroupResponse()
Public Methods
RequestResponse getCreateDistributionGroupResult()
Gets the value of the createDistributionGroupResult property.
void setCreateDistributionGroupResult(RequestResponse value)
Sets the value of the createDistributionGroupResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RequestResponse createDistributionGroupResult

Public Constructors

public CreateDistributionGroupResponse ()

Public Methods

public RequestResponse getCreateDistributionGroupResult ()

Gets the value of the createDistributionGroupResult property.

Returns

public void setCreateDistributionGroupResult (RequestResponse value)

Sets the value of the createDistributionGroupResult property.

Parameters
value Allowed object is RequestResponse