Class Spacecc1E40
The space that the content is being created in.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Description98B3C6protected Historyprotected ContentBase object for all content types.protected IconThis object represents an icon.protected Longprotected GlobalSpaceIDEntifierprotected StringThe key of the space.protected LookAndFeelLook and feel settings returned after an update.protected Metadataea133Fprotected Stringprotected List<OperationCheckResult> protected List<SpacePermission> protected SpaceSettingsprotected Stringprotected Themeprotected String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.Spacecc1E40(Long id, String name, Icon icon, GlobalSpaceIDEntifier identifiers, Description98B3C6 description, Content homepage, String type, Metadataea133F metadata, List<OperationCheckResult> operations, List<SpacePermission> permissions, String status, SpaceSettings settings, Theme theme, LookAndFeel lookAndFeel, History history, String key, Map<String, Object> links) Constructs a validated instance ofSpacecc1E40.Spacecc1E40(Consumer<Spacecc1E40> spec) Constructs a validated instance ofSpacecc1E40. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for description.description(Description98B3C6 description) Fluent setter for description.booleanGets the value of description.Gets the value of history.Gets the value of homepage.getIcon()Gets the value of icon.getId()Gets the value of id.Gets the value of identifiers.getKey()Gets the value of key.getLinks()Gets the value of links.Gets the value of lookAndFeel.Gets the value of metadata.getName()Gets the value of name.Gets the value of operations.Gets the value of permissions.Gets the value of settings.Gets the value of status.getTheme()Gets the value of theme.getType()Gets the value of type.inthashCode()history()Fluent getter for history.Fluent setter for history.homepage()Fluent getter for homepage.Fluent setter for homepage.icon()Fluent getter for icon.Fluent setter for icon.id()Fluent getter for id.Fluent setter for id.Fluent getter for identifiers.identifiers(GlobalSpaceIDEntifier identifiers) Fluent setter for identifiers.key()Fluent getter for key.Fluent setter for key.links()Fluent getter for links.Fluent setter for links.Fluent getter for lookAndFeel.lookAndFeel(LookAndFeel lookAndFeel) Fluent setter for lookAndFeel.metadata()Fluent getter for metadata.metadata(Metadataea133F metadata) Fluent setter for metadata.name()Fluent getter for name.Fluent setter for name.Fluent getter for operations.operations(List<OperationCheckResult> operations) Fluent setter for operations.Fluent getter for permissions.permissions(List<SpacePermission> permissions) Fluent setter for permissions.voidsetDescription(Description98B3C6 description) Sets the value of description.voidsetHistory(History history) Sets the value of history.voidsetHomepage(Content homepage) Sets the value of homepage.voidSets the value of icon.voidSets the value of id.voidsetIdentifiers(GlobalSpaceIDEntifier identifiers) Sets the value of identifiers.voidSets the value of key.voidSets the value of links.voidsetLookAndFeel(LookAndFeel lookAndFeel) Sets the value of lookAndFeel.voidsetMetadata(Metadataea133F metadata) Sets the value of metadata.voidSets the value of name.voidsetOperations(List<OperationCheckResult> operations) Sets the value of operations.voidsetPermissions(List<SpacePermission> permissions) Sets the value of permissions.voidsetSettings(SpaceSettings settings) Sets the value of settings.voidSets the value of status.voidSets the value of theme.settings()Fluent getter for settings.settings(SpaceSettings settings) Fluent setter for settings.voidSets the value of type.status()Fluent getter for status.Fluent setter for status.theme()Fluent getter for theme.Fluent setter for theme.toString()type()Fluent getter for type.Fluent setter for type.
-
Field Details
-
id
-
name
-
icon
This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting. -
identifiers
-
description
-
homepage
Base object for all content types. Representation of a blogpost (content) -
type
-
metadata
-
operations
-
permissions
-
status
-
settings
-
theme
-
lookAndFeel
Look and feel settings returned after an update. -
history
-
key
The key of the space. -
links
-
-
Constructor Details
-
Spacecc1E40
Constructs a validated instance ofSpacecc1E40.- Parameters:
spec- the specification to process
-
Spacecc1E40
@Internal protected Spacecc1E40()Protected no-args constructor for use by serialization frameworks. -
Spacecc1E40
@Internal public Spacecc1E40(Long id, String name, Icon icon, GlobalSpaceIDEntifier identifiers, Description98B3C6 description, Content homepage, String type, Metadataea133F metadata, List<OperationCheckResult> operations, List<SpacePermission> permissions, String status, SpaceSettings settings, Theme theme, LookAndFeel lookAndFeel, History history, String key, Map<String, Object> links) Constructs a validated instance ofSpacecc1E40.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Spacecc1E40(Consumer)instead.- Parameters:
id- idname- nameicon- This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.identifiers- identifiersdescription- descriptionhomepage- Base object for all content types. Representation of a blogpost (content)type- typemetadata- metadataoperations- operationspermissions- permissionsstatus- statussettings- settingstheme- themelookAndFeel- Look and feel settings returned after an update.history- historykey- The key of the space.links- links
-
-
Method Details
-
id
-
id
-
getId
-
setId
-
name
-
name
-
getName
-
setName
-
icon
Fluent getter for icon.This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
- Returns:
- icon
-
icon
Fluent setter for icon.This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
- Parameters:
icon- icon- Returns:
- this
-
getIcon
Gets the value of icon.This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
- Returns:
- icon
-
setIcon
Sets the value of icon.This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
- Parameters:
icon- icon
-
identifiers
-
identifiers
Fluent setter for identifiers.- Parameters:
identifiers- identifiers- Returns:
- this
-
getIdentifiers
-
setIdentifiers
Sets the value of identifiers.- Parameters:
identifiers- identifiers
-
description
-
description
Fluent setter for description.- Parameters:
description- description- Returns:
- this
-
getDescription
-
setDescription
Sets the value of description.- Parameters:
description- description
-
homepage
Fluent getter for homepage.Base object for all content types. Representation of a blogpost (content)
- Returns:
- homepage
-
homepage
Fluent setter for homepage.Base object for all content types. Representation of a blogpost (content)
- Parameters:
homepage- homepage- Returns:
- this
-
getHomepage
Gets the value of homepage.Base object for all content types. Representation of a blogpost (content)
- Returns:
- homepage
-
setHomepage
Sets the value of homepage.Base object for all content types. Representation of a blogpost (content)
- Parameters:
homepage- homepage
-
type
-
type
-
getType
-
setType
-
metadata
-
metadata
Fluent setter for metadata.- Parameters:
metadata- metadata- Returns:
- this
-
getMetadata
-
setMetadata
Sets the value of metadata.- Parameters:
metadata- metadata
-
operations
-
operations
Fluent setter for operations.- Parameters:
operations- operations- Returns:
- this
-
getOperations
-
setOperations
Sets the value of operations.- Parameters:
operations- operations
-
permissions
-
permissions
Fluent setter for permissions.- Parameters:
permissions- permissions- Returns:
- this
-
getPermissions
-
setPermissions
Sets the value of permissions.- Parameters:
permissions- permissions
-
status
-
status
Fluent setter for status.- Parameters:
status- status- Returns:
- this
-
getStatus
-
setStatus
-
settings
-
settings
Fluent setter for settings.- Parameters:
settings- settings- Returns:
- this
-
getSettings
-
setSettings
Sets the value of settings.- Parameters:
settings- settings
-
theme
-
theme
Fluent setter for theme.- Parameters:
theme- theme- Returns:
- this
-
getTheme
-
setTheme
-
lookAndFeel
Fluent getter for lookAndFeel.Look and feel settings returned after an update.
- Returns:
- lookAndFeel
-
lookAndFeel
Fluent setter for lookAndFeel.Look and feel settings returned after an update.
- Parameters:
lookAndFeel- lookAndFeel- Returns:
- this
-
getLookAndFeel
Gets the value of lookAndFeel.Look and feel settings returned after an update.
- Returns:
- lookAndFeel
-
setLookAndFeel
Sets the value of lookAndFeel.Look and feel settings returned after an update.
- Parameters:
lookAndFeel- lookAndFeel
-
history
-
history
Fluent setter for history.- Parameters:
history- history- Returns:
- this
-
getHistory
-
setHistory
-
key
-
key
Fluent setter for key.The key of the space.
- Parameters:
key- key- Returns:
- this
-
getKey
-
setKey
-
links
-
links
Fluent setter for links.- Parameters:
links- links- Returns:
- this
-
getLinks
-
setLinks
-
equals
-
hashCode
-
toString
-