Class CreateFolderJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.CreateFolderJson
- All Implemented Interfaces:
Serializable
public class CreateFolderJson extends BaseJson
Add folder.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CreateFolderJson()
-
Method Summary
Modifier and Type Method Description DeviceType
getDeviceType()
ExternalRepositoryIdRequestJson
getExternalRepositoryIdentifier()
String
getName()
New folder name.String
getParentGuid()
Parent folder UUID (if not specified or zero the folder will be created in the workspace's root ).Integer
getParentId()
Parent folder ID (if not specified or zero the folder will be created in the workspace's root ).String
getRoomGuid()
Workspace Guid.Integer
getRoomId()
Workspace ID.void
setDeviceType(DeviceType deviceType)
void
setExternalRepositoryIdentifier(ExternalRepositoryIdRequestJson externalRepositoryIdentifier)
void
setName(String name)
New folder name.void
setParentGuid(String parentGuid)
Parent folder UUID (if not specified or zero the folder will be created in the workspace's root ).void
setParentId(Integer parentId)
Parent folder ID (if not specified or zero the folder will be created in the workspace's root ).void
setRoomGuid(String roomGuid)
Workspace Guid.void
setRoomId(Integer roomId)
Workspace ID.Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
CreateFolderJson
public CreateFolderJson()
-
-
Method Details
-
getDeviceType
-
setDeviceType
-
getRoomGuid
Workspace Guid.- Returns:
- Workspace Guid.
-
setRoomGuid
Workspace Guid.- Parameters:
roomGuid
- Workspace Guid.
-
getParentGuid
Parent folder UUID (if not specified or zero the folder will be created in the workspace's root ).- Returns:
- Parent folder UUID (if not specified or zero the folder will be created in the workspace's root ).
-
setParentGuid
Parent folder UUID (if not specified or zero the folder will be created in the workspace's root ).- Parameters:
parentGuid
- Parent folder UUID (if not specified or zero the folder will be created in the workspace's root ).
-
getName
New folder name.- Returns:
- New folder name.
-
setName
New folder name.- Parameters:
name
- New folder name.
-
getRoomId
Workspace ID.- Returns:
- Workspace ID.
-
setRoomId
Workspace ID.- Parameters:
roomId
- Workspace ID.
-
getParentId
Parent folder ID (if not specified or zero the folder will be created in the workspace's root ).- Returns:
- Parent folder ID (if not specified or zero the folder will be created in the workspace's root ).
-
setParentId
Parent folder ID (if not specified or zero the folder will be created in the workspace's root ).- Parameters:
parentId
- Parent folder ID (if not specified or zero the folder will be created in the workspace's root ).
-
getExternalRepositoryIdentifier
-
setExternalRepositoryIdentifier
public void setExternalRepositoryIdentifier(ExternalRepositoryIdRequestJson externalRepositoryIdentifier)
-