public class FieldPermissions extends BaseObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected FieldPermissionType |
mode |
protected List<Permission> |
permission |
| Constructor and Description |
|---|
FieldPermissions() |
| Modifier and Type | Method and Description |
|---|---|
FieldPermissionType |
getMode()
The mode for the field permission
|
List<Permission> |
getPermission()
Gets the value of the permission property.
|
void |
setMode(FieldPermissionType value)
Sets the value of the mode property.
|
protected List<Permission> permission
protected FieldPermissionType mode
public List<Permission> getPermission()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the permission property.
For example, to add a new item, do as follows:
getPermission().add(newItem);
Objects of the following type(s) are allowed in the list
Permission
public FieldPermissionType getMode()
FieldPermissionTypepublic void setMode(FieldPermissionType value)
value - allowed object is
FieldPermissionTypeCopyright © 2011–2023 aiticon GmbH. All rights reserved.