public class

RenameDistributionGroup

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

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="OldAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="NewAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Info" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}RequestInfo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RequestInfo info
protected String newAlias
protected String oldAlias
Public Constructors
RenameDistributionGroup()
Public Methods
RequestInfo getInfo()
Gets the value of the info property.
String getNewAlias()
Gets the value of the newAlias property.
String getOldAlias()
Gets the value of the oldAlias property.
void setInfo(RequestInfo value)
Sets the value of the info property.
void setNewAlias(String value)
Sets the value of the newAlias property.
void setOldAlias(String value)
Sets the value of the oldAlias property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RequestInfo info

protected String newAlias

protected String oldAlias

Public Constructors

public RenameDistributionGroup ()

Public Methods

public RequestInfo getInfo ()

Gets the value of the info property.

Returns

public String getNewAlias ()

Gets the value of the newAlias property.

Returns
  • possible object is String

public String getOldAlias ()

Gets the value of the oldAlias property.

Returns
  • possible object is String

public void setInfo (RequestInfo value)

Sets the value of the info property.

Parameters
value Allowed object is RequestInfo

public void setNewAlias (String value)

Sets the value of the newAlias property.

Parameters
value Allowed object is String

public void setOldAlias (String value)

Sets the value of the oldAlias property.

Parameters
value Allowed object is String