public class

UpdatePermission

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

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

Summary

Fields
protected String objectName
protected String objectType
protected String permissionIdentifier
protected int permissionMask
protected String permissionType
Public Constructors
UpdatePermission()
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.
int getPermissionMask()
Gets the value of the permissionMask 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 setPermissionMask(int value)
Sets the value of the permissionMask 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 int permissionMask

protected String permissionType

Public Constructors

public UpdatePermission ()

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 int getPermissionMask ()

Gets the value of the permissionMask property.

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 setPermissionMask (int value)

Sets the value of the permissionMask property.

Parameters
value

public void setPermissionType (String value)

Sets the value of the permissionType property.

Parameters
value Allowed object is String