| java.lang.Object | |
| ↳ | com.clarizen.api.Permissions |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fieldPermissions | |||||||||||
| objectPermissions | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fieldPermissions property.
| |||||||||||
Gets the value of the objectPermissions property.
| |||||||||||
Sets the value of the fieldPermissions property.
| |||||||||||
Sets the value of the objectPermissions property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the fieldPermissions property.
ArrayOfFieldPermission
Gets the value of the objectPermissions property.
ArrayOfObjectPermissions
Sets the value of the fieldPermissions property.
| value | Allowed object is
ArrayOfFieldPermission
|
|---|
Sets the value of the objectPermissions property.
| value | Allowed object is
ArrayOfObjectPermissions
|
|---|