public class

RemoveUserFromRole

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

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

Summary

Fields
protected String roleName
protected String userLoginName
Public Constructors
RemoveUserFromRole()
Public Methods
String getRoleName()
Gets the value of the roleName property.
String getUserLoginName()
Gets the value of the userLoginName property.
void setRoleName(String value)
Sets the value of the roleName property.
void setUserLoginName(String value)
Sets the value of the userLoginName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String roleName

protected String userLoginName

Public Constructors

public RemoveUserFromRole ()

Public Methods

public String getRoleName ()

Gets the value of the roleName property.

Returns
  • possible object is String

public String getUserLoginName ()

Gets the value of the userLoginName property.

Returns
  • possible object is String

public void setRoleName (String value)

Sets the value of the roleName 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