public class

GetUserProfileCountResponse

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

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

Summary

Fields
protected long getUserProfileCountResult
Public Constructors
GetUserProfileCountResponse()
Public Methods
long getGetUserProfileCountResult()
Gets the value of the getUserProfileCountResult property.
void setGetUserProfileCountResult(long value)
Sets the value of the getUserProfileCountResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long getUserProfileCountResult

Public Constructors

public GetUserProfileCountResponse ()

Public Methods

public long getGetUserProfileCountResult ()

Gets the value of the getUserProfileCountResult property.

public void setGetUserProfileCountResult (long value)

Sets the value of the getUserProfileCountResult property.

Parameters
value