public class

UpdateUserInfo

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.usergroup.UpdateUserInfo

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="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>
 

Summary

Fields
protected String userEmail
protected String userLoginName
protected String userName
protected String userNotes
Public Constructors
UpdateUserInfo()
Public Methods
String getUserEmail()
Gets the value of the userEmail property.
String getUserLoginName()
Gets the value of the userLoginName property.
String getUserName()
Gets the value of the userName property.
String getUserNotes()
Gets the value of the userNotes property.
void setUserEmail(String value)
Sets the value of the userEmail property.
void setUserLoginName(String value)
Sets the value of the userLoginName property.
void setUserName(String value)
Sets the value of the userName property.
void setUserNotes(String value)
Sets the value of the userNotes property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String userEmail

protected String userLoginName

protected String userName

protected String userNotes

Public Constructors

public UpdateUserInfo ()

Public Methods

public String getUserEmail ()

Gets the value of the userEmail property.

Returns
  • possible object is String

public String getUserLoginName ()

Gets the value of the userLoginName property.

Returns
  • possible object is String

public String getUserName ()

Gets the value of the userName property.

Returns
  • possible object is String

public String getUserNotes ()

Gets the value of the userNotes property.

Returns
  • possible object is String

public void setUserEmail (String value)

Sets the value of the userEmail property.

Parameters
value Allowed object is String

public void setUserLoginName (String value)

Sets the value of the userLoginName property.

Parameters
value Allowed object is String

public void setUserName (String value)

Sets the value of the userName property.

Parameters
value Allowed object is String

public void setUserNotes (String value)

Sets the value of the userNotes property.

Parameters
value Allowed object is String