Class CreateRoomJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getSharepointLibraryId
public String getSharepointLibraryId()
-
setSharepointLibraryId
public void setSharepointLibraryId(String sharepointLibraryId)
-
getProduct
public String getProduct()
Product name. Values are VDR (Workspace), SHAREPOINT- Returns:
- Product name. Values are VDR (Workspace), SHAREPOINT
-
setProduct
public void setProduct(String product)
Product name. Values are VDR (Workspace), SHAREPOINT- Parameters:
product
- Product name. Values are VDR (Workspace), SHAREPOINT
-
getWorkspaceType
public String getWorkspaceType()
-
setWorkspaceType
public void setWorkspaceType(String workspaceType)
-
getPersonalWorkspace
public Boolean getPersonalWorkspace()
-
setPersonalWorkspace
public void setPersonalWorkspace(Boolean personalWorkspace)
-
getRenameIfExists
public Boolean 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
public void setRenameIfExists(Boolean renameIfExists)
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
public String getName()
Workspace name- Returns:
- Workspace name
-
setName
public void setName(String name)
Workspace name- Parameters:
name
- Workspace name
-
getDescription
public String getDescription()
Workspace description- Returns:
- Workspace description
-
setDescription
public void setDescription(String description)
Workspace description- Parameters:
description
- Workspace description
-
getSharepointPath
public String getSharepointPath()
-
setSharepointPath
public void setSharepointPath(String sharepointPath)
-
getForcePin
public Boolean getForcePin()
-
setForcePin
public void setForcePin(Boolean forcePin)
-
getAdministrators
public List<String> getAdministrators()
List of workspace administrators- Returns:
- List of workspace administrators
-
setAdministrators
public void setAdministrators(List<String> administrators)
List of workspace administrators- Parameters:
administrators
- List of workspace administrators
-
getExternalRepositoryIdentifier
public ExternalRepositoryIdRequestJson getExternalRepositoryIdentifier()
-
setExternalRepositoryIdentifier
public void setExternalRepositoryIdentifier(ExternalRepositoryIdRequestJson externalRepositoryIdentifier)
-
-