public class

Permissions

extends Object
java.lang.Object
   ↳ com.clarizen.api.Permissions

Class Overview

Java class for Permissions complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Permissions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FieldPermissions" type="{http://clarizen.com/api}ArrayOfFieldPermission" minOccurs="0"/>
         <element name="ObjectPermissions" type="{http://clarizen.com/api}ArrayOfObjectPermissions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfFieldPermission fieldPermissions
protected ArrayOfObjectPermissions objectPermissions
Public Constructors
Permissions()
Public Methods
ArrayOfFieldPermission getFieldPermissions()
Gets the value of the fieldPermissions property.
ArrayOfObjectPermissions getObjectPermissions()
Gets the value of the objectPermissions property.
void setFieldPermissions(ArrayOfFieldPermission value)
Sets the value of the fieldPermissions property.
void setObjectPermissions(ArrayOfObjectPermissions value)
Sets the value of the objectPermissions property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfFieldPermission fieldPermissions

protected ArrayOfObjectPermissions objectPermissions

Public Constructors

public Permissions ()

Public Methods

public ArrayOfFieldPermission getFieldPermissions ()

Gets the value of the fieldPermissions property.

Returns

public ArrayOfObjectPermissions getObjectPermissions ()

Gets the value of the objectPermissions property.

Returns

public void setFieldPermissions (ArrayOfFieldPermission value)

Sets the value of the fieldPermissions property.

Parameters
value Allowed object is ArrayOfFieldPermission

public void setObjectPermissions (ArrayOfObjectPermissions value)

Sets the value of the objectPermissions property.

Parameters
value Allowed object is ArrayOfObjectPermissions