public class SpaceCreationOptions
extends java.lang.Object
Constructor and Description |
---|
SpaceCreationOptions() |
Modifier and Type | Method and Description |
---|---|
SpacesConstants.SpacesAccessLevels |
getAccessLevel()
This API fetches the access levels
|
java.lang.String |
getAcronym()
This API returns the acronymn
|
java.util.Map<java.lang.String,java.lang.String> |
getCustomAttributes()
This API gets the custom attributes
|
java.lang.String |
getDescription()
This API returns the description
|
java.lang.String |
getDisplayName()
This API fetches the displayName
|
java.lang.String |
getKeywords()
This API fetches the keywords
|
java.lang.String |
getName()
This API gets the internal name of the Space
|
java.lang.String |
getParentSpaceGuid()
This API fetches the parentSpaceGuid
|
java.lang.String |
getPortalColor()
This API returns the portalColor
|
java.lang.Boolean |
isClosed()
This API checks if the space is closed
|
void |
setAccessLevel(SpacesConstants.SpacesAccessLevels accessLevel)
This API sets the access levels, the access levels are private, public
and hidden
|
void |
setAcronym(java.lang.String acronym)
Sets the acronymn for the newly created Space
|
void |
setClosed(java.lang.Boolean closed)
This API closes the space
|
void |
setCustomAttributes(java.util.Map<java.lang.String,java.lang.String> customAttributes)
This API sets the custom attributes in the space
|
void |
setDescription(java.lang.String description)
Sets the description for the newly created Space
|
void |
setDisplayName(java.lang.String displayName)
This API sets the displayName of the space
|
void |
setKeywords(java.lang.String keywords)
This API sets the keywords
|
void |
setName(java.lang.String name)
Sets the internal name of the space
|
void |
setParentSpaceGuid(java.lang.String parentSpaceGuid)
This API sets the parent Space Guid
|
void |
setPortalColor(java.lang.String portalColor)
Sets the portalColor for the newly created Space
|
public void setDescription(java.lang.String description)
description
- public java.lang.String getDescription()
public void setAcronym(java.lang.String acronym)
acronymn
- public java.lang.String getAcronym()
public void setPortalColor(java.lang.String portalColor)
portalColor
- public java.lang.String getPortalColor()
public void setKeywords(java.lang.String keywords)
keywords
- public java.lang.String getKeywords()
public void setCustomAttributes(java.util.Map<java.lang.String,java.lang.String> customAttributes)
customAttributes
- public java.util.Map<java.lang.String,java.lang.String> getCustomAttributes()
public void setParentSpaceGuid(java.lang.String parentSpaceGuid)
parentSpaceGuid
- public java.lang.String getParentSpaceGuid()
public void setAccessLevel(SpacesConstants.SpacesAccessLevels accessLevel)
accessLevel
- public SpacesConstants.SpacesAccessLevels getAccessLevel()
public void setDisplayName(java.lang.String displayName)
displayName
- public java.lang.String getDisplayName()
public void setClosed(java.lang.Boolean closed)
closed
- public java.lang.Boolean isClosed()
public void setName(java.lang.String name)
spaceURL
- public java.lang.String getName()