| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.usergroup.UpdateUserInfo |
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="userLoginName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userNotes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| userEmail | |||||||||||
| userLoginName | |||||||||||
| userName | |||||||||||
| userNotes | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the userEmail property.
| |||||||||||
Gets the value of the userLoginName property.
| |||||||||||
Gets the value of the userName property.
| |||||||||||
Gets the value of the userNotes property.
| |||||||||||
Sets the value of the userEmail property.
| |||||||||||
Sets the value of the userLoginName property.
| |||||||||||
Sets the value of the userName property.
| |||||||||||
Sets the value of the userNotes property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the userEmail property.
Gets the value of the userLoginName property.
Gets the value of the userName property.
Gets the value of the userNotes property.
Sets the value of the userEmail property.
| value | Allowed object is String |
|---|
Sets the value of the userLoginName property.
| value | Allowed object is String |
|---|
Sets the value of the userName property.
| value | Allowed object is String |
|---|
Sets the value of the userNotes property.
| value | Allowed object is String |
|---|