public class

RemovePermission

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

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

Summary

Fields
protected String objectName
protected String objectType
protected String permissionIdentifier
protected String permissionType
Public Constructors
RemovePermission()
Public Methods
String getObjectName()
Gets the value of the objectName property.
String getObjectType()
Gets the value of the objectType property.
String getPermissionIdentifier()
Gets the value of the permissionIdentifier property.
String getPermissionType()
Gets the value of the permissionType property.
void setObjectName(String value)
Sets the value of the objectName property.
void setObjectType(String value)
Sets the value of the objectType property.
void setPermissionIdentifier(String value)
Sets the value of the permissionIdentifier property.
void setPermissionType(String value)
Sets the value of the permissionType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String objectName

protected String objectType

protected String permissionIdentifier

protected String permissionType

Public Constructors

public RemovePermission ()

Public Methods

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 String getPermissionIdentifier ()

Gets the value of the permissionIdentifier property.

Returns
  • possible object is String

public String getPermissionType ()

Gets the value of the permissionType property.

Returns
  • possible object is String

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

public void setPermissionIdentifier (String value)

Sets the value of the permissionIdentifier property.

Parameters
value Allowed object is String

public void setPermissionType (String value)

Sets the value of the permissionType property.

Parameters
value Allowed object is String