Class Space
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Space
Space
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Descriptionprotected Expandable52D461protected Historyprotected ContentBase object for all content types.protected IconThis object represents an icon.protected Longprotected Stringprotected LookAndFeelLook and feel settings returned after an update.protected Metadata5Bfc61protected Stringprotected List<OperationCheckResult>protected List<SpacePermission>protected SpaceSettingsprotected Stringprotected Themeprotected String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSpace()Space(Long id, String key, String alias, String name, Icon icon, Description description, Content homepage, String type, Metadata5Bfc61 metadata, List<OperationCheckResult> operations, List<SpacePermission> permissions, String status, SpaceSettings settings, Theme theme, LookAndFeel lookAndFeel, History history, Expandable52D461 Expandable, Map<String, Object> Links) Constructs a validated instance ofSpace.Constructs a validated instance ofSpace. -
Method Summary
Modifier and TypeMethodDescriptionalias()protected booleandescription(Description description) booleanExpandable(Expandable52D461 Expandable) inthashCode()history()homepage()Base object for all content types.Base object for all content types.icon()This object represents an icon.This object represents an icon.id()key()Links()Look and feel settings returned after an update.lookAndFeel(LookAndFeel lookAndFeel) Look and feel settings returned after an update.metadata()metadata(Metadata5Bfc61 metadata) name()operations(List<OperationCheckResult> operations) permissions(List<SpacePermission> permissions) settings()settings(SpaceSettings settings) status()theme()toString()type()
-
Field Details
-
id
-
key
-
alias
-
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. -
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
-
Expandable
-
Links
-
-
Constructor Details
-
Space
Constructs a validated instance ofSpace.- Parameters:
spec- the specification to process
-
Space
@Internal public Space(Long id, String key, String alias, String name, Icon icon, Description description, Content homepage, String type, Metadata5Bfc61 metadata, List<OperationCheckResult> operations, List<SpacePermission> permissions, String status, SpaceSettings settings, Theme theme, LookAndFeel lookAndFeel, History history, Expandable52D461 Expandable, Map<String, Object> Links) Constructs a validated instance ofSpace.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Space(Consumer)instead.- Parameters:
id- idkey- keyalias- aliasname- nameicon- This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.description- 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- historyExpandable- ExpandableLinks- Links
-
Space
protected Space()
-
-
Method Details
-
id
-
key
-
alias
-
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. -
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
-
Expandable
-
Links
-
id
- Returns:
this.
-
key
- Returns:
this.
-
alias
- Returns:
this.
-
name
- Returns:
this.
-
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:
this.
-
description
- Returns:
this.
-
homepage
Base object for all content types. Representation of a blogpost (content)- Returns:
this.
-
type
- Returns:
this.
-
metadata
- Returns:
this.
-
operations
- Returns:
this.
-
permissions
- Returns:
this.
-
status
- Returns:
this.
-
settings
- Returns:
this.
-
theme
- Returns:
this.
-
lookAndFeel
Look and feel settings returned after an update.- Returns:
this.
-
history
- Returns:
this.
-
Expandable
- Returns:
this.
-
Links
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-