Class FolderDefaultPermissionsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.FolderDefaultPermissionsJson
- All Implemented Interfaces:
Serializable
public class FolderDefaultPermissionsJson extends BaseJson
The default permissions for a folder
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FolderDefaultPermissionsJson()
-
Method Summary
Modifier and Type Method Description Boolean
getArePermsInherited()
True if the permissions are inherited, False if notList<EntityInFolderPermissionsJson>
getEntitiesInFolder()
List of entities in the foldervoid
setArePermsInherited(Boolean arePermsInherited)
True if the permissions are inherited, False if notvoid
setEntitiesInFolder(List<EntityInFolderPermissionsJson> entitiesInFolder)
List of entities in the folderMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
FolderDefaultPermissionsJson
public FolderDefaultPermissionsJson()
-
-
Method Details
-
getArePermsInherited
True if the permissions are inherited, False if not- Returns:
- True if the permissions are inherited, False if not
-
setArePermsInherited
True if the permissions are inherited, False if not- Parameters:
arePermsInherited
- True if the permissions are inherited, False if not
-
getEntitiesInFolder
List of entities in the folder- Returns:
- List of entities in the folder
-
setEntitiesInFolder
List of entities in the folder- Parameters:
entitiesInFolder
- List of entities in the folder
-