Class CreateRoomJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.CreateRoomJson
- All Implemented Interfaces:
Serializable
public class CreateRoomJson extends BaseJson
Add workspace.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CreateRoomJson()
-
Method Summary
Modifier and Type Method Description List<String>
getAdministrators()
List of workspace administratorsString
getDescription()
Workspace descriptionExternalRepositoryIdRequestJson
getExternalRepositoryIdentifier()
Boolean
getForcePin()
String
getName()
Workspace nameBoolean
getPersonalWorkspace()
String
getProduct()
Product name.Boolean
getRenameIfExists()
If set to true will create workspace with modified name - if name already existsString
getSharepointLibraryId()
String
getSharepointPath()
String
getWorkspaceType()
void
setAdministrators(List<String> administrators)
List of workspace administratorsvoid
setDescription(String description)
Workspace descriptionvoid
setExternalRepositoryIdentifier(ExternalRepositoryIdRequestJson externalRepositoryIdentifier)
void
setForcePin(Boolean forcePin)
void
setName(String name)
Workspace namevoid
setPersonalWorkspace(Boolean personalWorkspace)
void
setProduct(String product)
Product name.void
setRenameIfExists(Boolean renameIfExists)
If set to true will create workspace with modified name - if name already existsvoid
setSharepointLibraryId(String sharepointLibraryId)
void
setSharepointPath(String sharepointPath)
void
setWorkspaceType(String workspaceType)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
CreateRoomJson
public CreateRoomJson()
-
-
Method Details
-
getSharepointLibraryId
-
setSharepointLibraryId
-
getProduct
Product name. Values are VDR (Workspace), SHAREPOINT- Returns:
- Product name. Values are VDR (Workspace), SHAREPOINT
-
setProduct
Product name. Values are VDR (Workspace), SHAREPOINT- Parameters:
product
- Product name. Values are VDR (Workspace), SHAREPOINT
-
getWorkspaceType
-
setWorkspaceType
-
getPersonalWorkspace
-
setPersonalWorkspace
-
getRenameIfExists
If set to true will create workspace with modified name - if name already exists- Returns:
- If set to true will create workspace with modified name - if name already exists
-
setRenameIfExists
If set to true will create workspace with modified name - if name already exists- Parameters:
renameIfExists
- If set to true will create workspace with modified name - if name already exists
-
getName
Workspace name- Returns:
- Workspace name
-
setName
Workspace name- Parameters:
name
- Workspace name
-
getDescription
Workspace description- Returns:
- Workspace description
-
setDescription
Workspace description- Parameters:
description
- Workspace description
-
getSharepointPath
-
setSharepointPath
-
getForcePin
-
setForcePin
-
getAdministrators
List of workspace administrators- Returns:
- List of workspace administrators
-
setAdministrators
List of workspace administrators- Parameters:
administrators
- List of workspace administrators
-
getExternalRepositoryIdentifier
-
setExternalRepositoryIdentifier
public void setExternalRepositoryIdentifier(ExternalRepositoryIdRequestJson externalRepositoryIdentifier)
-