public class AttachmentPermissions
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AttachmentPermissions() |
Modifier and Type | Method and Description |
---|---|
boolean |
isRemovable()
Returns whether the user has permission to remove attachment.
|
void |
setRemovable(boolean removable_)
Sets the permissions as to whether the user can remove attachment.
|
public boolean isRemovable()
true
if user can remove attachment, false
otherwisepublic void setRemovable(boolean removable_)
removable_
- true
if user can remove attachment,
false
otherwiseCopyright © 2003-2024 Appian Corporation. All Rights Reserved.