public class

DeleteDistributionGroup

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

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="Alias" 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 String alias
protected RequestInfo info
Public Constructors
DeleteDistributionGroup()
Public Methods
String getAlias()
Gets the value of the alias property.
RequestInfo getInfo()
Gets the value of the info property.
void setAlias(String value)
Sets the value of the alias property.
void setInfo(RequestInfo value)
Sets the value of the info property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String alias

protected RequestInfo info

Public Constructors

public DeleteDistributionGroup ()

Public Methods

public String getAlias ()

Gets the value of the alias property.

Returns
  • possible object is String

public RequestInfo getInfo ()

Gets the value of the info property.

Returns

public void setAlias (String value)

Sets the value of the alias property.

Parameters
value Allowed object is String

public void setInfo (RequestInfo value)

Sets the value of the info property.

Parameters
value Allowed object is RequestInfo