| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.mails.ModifyContact |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| firstName | |||||||||||
| flags | |||||||||||
| forwardingEmail | |||||||||||
| lastName | |||||||||||
| newAlias | |||||||||||
| oldAlias | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the firstName property.
| |||||||||||
Gets the value of the flags property.
| |||||||||||
Gets the value of the forwardingEmail property.
| |||||||||||
Gets the value of the lastName property.
| |||||||||||
Gets the value of the newAlias property.
| |||||||||||
Gets the value of the oldAlias property.
| |||||||||||
Sets the value of the firstName property.
| |||||||||||
Sets the value of the flags property.
| |||||||||||
Sets the value of the forwardingEmail property.
| |||||||||||
Sets the value of the lastName property.
| |||||||||||
Sets the value of the newAlias property.
| |||||||||||
Sets the value of the oldAlias property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the firstName property.
Gets the value of the flags property.
ContactFlags
Gets the value of the forwardingEmail property.
Gets the value of the lastName property.
Gets the value of the newAlias property.
Gets the value of the oldAlias property.
Sets the value of the firstName property.
| value | Allowed object is String |
|---|
Sets the value of the flags property.
| value | Allowed object is
ContactFlags
|
|---|
Sets the value of the forwardingEmail property.
| value | Allowed object is String |
|---|
Sets the value of the lastName property.
| value | Allowed object is String |
|---|
Sets the value of the newAlias property.
| value | Allowed object is String |
|---|
Sets the value of the oldAlias property.
| value | Allowed object is String |
|---|