public class Permission extends MapObject
| Constructor and Description |
|---|
Permission() |
Permission(Map<String,Object> data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLockedBy()
The user or group name of the permission's owner
|
String |
getLockType()
The type of permission.
|
void |
setLockedBy(String lockedBy) |
void |
setLockType(String lockType) |
Copyright © 2020. All rights reserved.