public class

FieldPermission

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

Class Overview

Java class for FieldPermission complex type.

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

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

Summary

Fields
protected String fieldName
protected FieldPermissions permissions
Public Constructors
FieldPermission()
Public Methods
String getFieldName()
Gets the value of the fieldName property.
FieldPermissions getPermissions()
Gets the value of the permissions property.
void setFieldName(String value)
Sets the value of the fieldName property.
void setPermissions(FieldPermissions value)
Sets the value of the permissions property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String fieldName

protected FieldPermissions permissions

Public Constructors

public FieldPermission ()

Public Methods

public String getFieldName ()

Gets the value of the fieldName property.

Returns
  • possible object is String

public FieldPermissions getPermissions ()

Gets the value of the permissions property.

Returns

public void setFieldName (String value)

Sets the value of the fieldName property.

Parameters
value Allowed object is String

public void setPermissions (FieldPermissions value)

Sets the value of the permissions property.

Parameters
value Allowed object is FieldPermissions