public class

GetUserProfileByGuid

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

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="guid" type="{http://microsoft.com/wsdl/types/}guid"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Guid guid
Public Constructors
GetUserProfileByGuid()
Public Methods
Guid getGuid()
Gets the value of the guid property.
void setGuid(Guid value)
Sets the value of the guid property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Guid guid

Public Constructors

public GetUserProfileByGuid ()

Public Methods

public Guid getGuid ()

Gets the value of the guid property.

Returns
  • possible object is Guid

public void setGuid (Guid value)

Sets the value of the guid property.

Parameters
value Allowed object is Guid