public class

GetUserPropertyByAccountName

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.userprofile.GetUserPropertyByAccountName

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="accountName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="propertyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String accountName
protected String propertyName
Public Constructors
GetUserPropertyByAccountName()
Public Methods
String getAccountName()
Gets the value of the accountName property.
String getPropertyName()
Gets the value of the propertyName property.
void setAccountName(String value)
Sets the value of the accountName property.
void setPropertyName(String value)
Sets the value of the propertyName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String accountName

protected String propertyName

Public Constructors

public GetUserPropertyByAccountName ()

Public Methods

public String getAccountName ()

Gets the value of the accountName property.

Returns
  • possible object is String

public String getPropertyName ()

Gets the value of the propertyName property.

Returns
  • possible object is String

public void setAccountName (String value)

Sets the value of the accountName property.

Parameters
value Allowed object is String

public void setPropertyName (String value)

Sets the value of the propertyName property.

Parameters
value Allowed object is String