public class

GetUserProfileByIndex

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

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="index" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int index
Public Constructors
GetUserProfileByIndex()
Public Methods
int getIndex()
Gets the value of the index property.
void setIndex(int value)
Sets the value of the index property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int index

Public Constructors

public GetUserProfileByIndex ()

Public Methods

public int getIndex ()

Gets the value of the index property.

public void setIndex (int value)

Sets the value of the index property.

Parameters
value