public class

RemovePermissionCollection

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.permissions.RemovePermissionCollection

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="objectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="objectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="memberIdsXml" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class RemovePermissionCollection.MemberIdsXml

Java class for anonymous complex type. 

Fields
protected RemovePermissionCollection.MemberIdsXml memberIdsXml
protected String objectName
protected String objectType
Public Constructors
RemovePermissionCollection()
Public Methods
RemovePermissionCollection.MemberIdsXml getMemberIdsXml()
Gets the value of the memberIdsXml property.
String getObjectName()
Gets the value of the objectName property.
String getObjectType()
Gets the value of the objectType property.
void setMemberIdsXml(RemovePermissionCollection.MemberIdsXml value)
Sets the value of the memberIdsXml property.
void setObjectName(String value)
Sets the value of the objectName property.
void setObjectType(String value)
Sets the value of the objectType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String objectName

protected String objectType

Public Constructors

public RemovePermissionCollection ()

Public Methods

public RemovePermissionCollection.MemberIdsXml getMemberIdsXml ()

Gets the value of the memberIdsXml property.

Returns

public String getObjectName ()

Gets the value of the objectName property.

Returns
  • possible object is String

public String getObjectType ()

Gets the value of the objectType property.

Returns
  • possible object is String

public void setMemberIdsXml (RemovePermissionCollection.MemberIdsXml value)

Sets the value of the memberIdsXml property.

Parameters
value Allowed object is RemovePermissionCollection.MemberIdsXml

public void setObjectName (String value)

Sets the value of the objectName property.

Parameters
value Allowed object is String

public void setObjectType (String value)

Sets the value of the objectType property.

Parameters
value Allowed object is String