public class

ModifyContact

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

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

Summary

Fields
protected String firstName
protected ContactFlags flags
protected String forwardingEmail
protected String lastName
protected String newAlias
protected String oldAlias
Public Constructors
ModifyContact()
Public Methods
String getFirstName()
Gets the value of the firstName property.
ContactFlags getFlags()
Gets the value of the flags property.
String getForwardingEmail()
Gets the value of the forwardingEmail property.
String getLastName()
Gets the value of the lastName property.
String getNewAlias()
Gets the value of the newAlias property.
String getOldAlias()
Gets the value of the oldAlias property.
void setFirstName(String value)
Sets the value of the firstName property.
void setFlags(ContactFlags value)
Sets the value of the flags property.
void setForwardingEmail(String value)
Sets the value of the forwardingEmail property.
void setLastName(String value)
Sets the value of the lastName 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 String firstName

protected ContactFlags flags

protected String forwardingEmail

protected String lastName

protected String newAlias

protected String oldAlias

Public Constructors

public ModifyContact ()

Public Methods

public String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public ContactFlags getFlags ()

Gets the value of the flags property.

Returns

public String getForwardingEmail ()

Gets the value of the forwardingEmail property.

Returns
  • possible object is String

public String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

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 setFirstName (String value)

Sets the value of the firstName property.

Parameters
value Allowed object is String

public void setFlags (ContactFlags value)

Sets the value of the flags property.

Parameters
value Allowed object is ContactFlags

public void setForwardingEmail (String value)

Sets the value of the forwardingEmail property.

Parameters
value Allowed object is String

public void setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String

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