public class

GetPermissionCollection

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

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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String objectName
protected String objectType
Public Constructors
GetPermissionCollection()
Public Methods
String getObjectName()
Gets the value of the objectName property.
String getObjectType()
Gets the value of the objectType 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 GetPermissionCollection ()

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 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