public class

RenameDistributionGroupResponse

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

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

Summary

Fields
protected RequestResponse renameDistributionGroupResult
Public Constructors
RenameDistributionGroupResponse()
Public Methods
RequestResponse getRenameDistributionGroupResult()
Gets the value of the renameDistributionGroupResult property.
void setRenameDistributionGroupResult(RequestResponse value)
Sets the value of the renameDistributionGroupResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RequestResponse renameDistributionGroupResult

Public Constructors

public RenameDistributionGroupResponse ()

Public Methods

public RequestResponse getRenameDistributionGroupResult ()

Gets the value of the renameDistributionGroupResult property.

Returns

public void setRenameDistributionGroupResult (RequestResponse value)

Sets the value of the renameDistributionGroupResult property.

Parameters
value Allowed object is RequestResponse