Class Spacecc1E40

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Spacecc1E40

@Generated("io.github.primelib.primecodegen") public class Spacecc1E40 extends Object
Spacecc1E40

The space that the content is being created in.

  • Field Details

    • id

      protected Long id
    • name

      protected String name
    • icon

      protected Icon 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

      protected GlobalSpaceIDEntifier identifiers
    • description

      protected Description98B3C6 description
    • homepage

      protected Content homepage
      Base object for all content types. Representation of a blogpost (content)
    • type

      protected String type
    • metadata

      protected Metadataea133F metadata
    • operations

      protected List<OperationCheckResult> operations
    • permissions

      protected List<SpacePermission> permissions
    • status

      protected String status
    • settings

      protected SpaceSettings settings
    • theme

      protected Theme theme
    • lookAndFeel

      protected LookAndFeel lookAndFeel
      Look and feel settings returned after an update.
    • history

      protected History history
    • key

      protected String key
      The key of the space.
  • Constructor Details

    • Spacecc1E40

      public Spacecc1E40(Consumer<Spacecc1E40> spec)
      Constructs a validated instance of Spacecc1E40.
      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 of Spacecc1E40.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Spacecc1E40(Consumer) instead.

      Parameters:
      id - id
      name - 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 - identifiers
      description - description
      homepage - Base object for all content types. Representation of a blogpost (content)
      type - type
      metadata - metadata
      operations - operations
      permissions - permissions
      status - status
      settings - settings
      theme - theme
      lookAndFeel - Look and feel settings returned after an update.
      history - history
      key - The key of the space.
      links - links
  • Method Details

    • id

      public Long id()
      Fluent getter for id.
      Returns:
      id
    • id

      public Spacecc1E40 id(Long id)
      Fluent setter for id.
      Parameters:
      id - id
      Returns:
      this
    • getId

      public Long getId()
      Gets the value of id.
      Returns:
      id
    • setId

      public void setId(Long id)
      Sets the value of id.
      Parameters:
      id - id
    • name

      public String name()
      Fluent getter for name.
      Returns:
      name
    • name

      public Spacecc1E40 name(String name)
      Fluent setter for name.
      Parameters:
      name - name
      Returns:
      this
    • getName

      public String getName()
      Gets the value of name.
      Returns:
      name
    • setName

      public void setName(String name)
      Sets the value of name.
      Parameters:
      name - name
    • icon

      public Icon 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

      public Spacecc1E40 icon(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

      public Icon 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

      public void setIcon(Icon icon)
      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

      public GlobalSpaceIDEntifier identifiers()
      Fluent getter for identifiers.
      Returns:
      identifiers
    • identifiers

      public Spacecc1E40 identifiers(GlobalSpaceIDEntifier identifiers)
      Fluent setter for identifiers.
      Parameters:
      identifiers - identifiers
      Returns:
      this
    • getIdentifiers

      public GlobalSpaceIDEntifier getIdentifiers()
      Gets the value of identifiers.
      Returns:
      identifiers
    • setIdentifiers

      public void setIdentifiers(GlobalSpaceIDEntifier identifiers)
      Sets the value of identifiers.
      Parameters:
      identifiers - identifiers
    • description

      public Description98B3C6 description()
      Fluent getter for description.
      Returns:
      description
    • description

      public Spacecc1E40 description(Description98B3C6 description)
      Fluent setter for description.
      Parameters:
      description - description
      Returns:
      this
    • getDescription

      public Description98B3C6 getDescription()
      Gets the value of description.
      Returns:
      description
    • setDescription

      public void setDescription(Description98B3C6 description)
      Sets the value of description.
      Parameters:
      description - description
    • homepage

      public Content homepage()
      Fluent getter for homepage.

      Base object for all content types. Representation of a blogpost (content)

      Returns:
      homepage
    • homepage

      public Spacecc1E40 homepage(Content homepage)
      Fluent setter for homepage.

      Base object for all content types. Representation of a blogpost (content)

      Parameters:
      homepage - homepage
      Returns:
      this
    • getHomepage

      public Content getHomepage()
      Gets the value of homepage.

      Base object for all content types. Representation of a blogpost (content)

      Returns:
      homepage
    • setHomepage

      public void setHomepage(Content homepage)
      Sets the value of homepage.

      Base object for all content types. Representation of a blogpost (content)

      Parameters:
      homepage - homepage
    • type

      public String type()
      Fluent getter for type.
      Returns:
      type
    • type

      public Spacecc1E40 type(String type)
      Fluent setter for type.
      Parameters:
      type - type
      Returns:
      this
    • getType

      public String getType()
      Gets the value of type.
      Returns:
      type
    • setType

      public void setType(String type)
      Sets the value of type.
      Parameters:
      type - type
    • metadata

      public Metadataea133F metadata()
      Fluent getter for metadata.
      Returns:
      metadata
    • metadata

      public Spacecc1E40 metadata(Metadataea133F metadata)
      Fluent setter for metadata.
      Parameters:
      metadata - metadata
      Returns:
      this
    • getMetadata

      public Metadataea133F getMetadata()
      Gets the value of metadata.
      Returns:
      metadata
    • setMetadata

      public void setMetadata(Metadataea133F metadata)
      Sets the value of metadata.
      Parameters:
      metadata - metadata
    • operations

      public List<OperationCheckResult> operations()
      Fluent getter for operations.
      Returns:
      operations
    • operations

      public Spacecc1E40 operations(List<OperationCheckResult> operations)
      Fluent setter for operations.
      Parameters:
      operations - operations
      Returns:
      this
    • getOperations

      public List<OperationCheckResult> getOperations()
      Gets the value of operations.
      Returns:
      operations
    • setOperations

      public void setOperations(List<OperationCheckResult> operations)
      Sets the value of operations.
      Parameters:
      operations - operations
    • permissions

      public List<SpacePermission> permissions()
      Fluent getter for permissions.
      Returns:
      permissions
    • permissions

      public Spacecc1E40 permissions(List<SpacePermission> permissions)
      Fluent setter for permissions.
      Parameters:
      permissions - permissions
      Returns:
      this
    • getPermissions

      public List<SpacePermission> getPermissions()
      Gets the value of permissions.
      Returns:
      permissions
    • setPermissions

      public void setPermissions(List<SpacePermission> permissions)
      Sets the value of permissions.
      Parameters:
      permissions - permissions
    • status

      public String status()
      Fluent getter for status.
      Returns:
      status
    • status

      public Spacecc1E40 status(String status)
      Fluent setter for status.
      Parameters:
      status - status
      Returns:
      this
    • getStatus

      public String getStatus()
      Gets the value of status.
      Returns:
      status
    • setStatus

      public void setStatus(String status)
      Sets the value of status.
      Parameters:
      status - status
    • settings

      public SpaceSettings settings()
      Fluent getter for settings.
      Returns:
      settings
    • settings

      public Spacecc1E40 settings(SpaceSettings settings)
      Fluent setter for settings.
      Parameters:
      settings - settings
      Returns:
      this
    • getSettings

      public SpaceSettings getSettings()
      Gets the value of settings.
      Returns:
      settings
    • setSettings

      public void setSettings(SpaceSettings settings)
      Sets the value of settings.
      Parameters:
      settings - settings
    • theme

      public Theme theme()
      Fluent getter for theme.
      Returns:
      theme
    • theme

      public Spacecc1E40 theme(Theme theme)
      Fluent setter for theme.
      Parameters:
      theme - theme
      Returns:
      this
    • getTheme

      public Theme getTheme()
      Gets the value of theme.
      Returns:
      theme
    • setTheme

      public void setTheme(Theme theme)
      Sets the value of theme.
      Parameters:
      theme - theme
    • lookAndFeel

      public LookAndFeel lookAndFeel()
      Fluent getter for lookAndFeel.

      Look and feel settings returned after an update.

      Returns:
      lookAndFeel
    • lookAndFeel

      public Spacecc1E40 lookAndFeel(LookAndFeel lookAndFeel)
      Fluent setter for lookAndFeel.

      Look and feel settings returned after an update.

      Parameters:
      lookAndFeel - lookAndFeel
      Returns:
      this
    • getLookAndFeel

      public LookAndFeel getLookAndFeel()
      Gets the value of lookAndFeel.

      Look and feel settings returned after an update.

      Returns:
      lookAndFeel
    • setLookAndFeel

      public void setLookAndFeel(LookAndFeel lookAndFeel)
      Sets the value of lookAndFeel.

      Look and feel settings returned after an update.

      Parameters:
      lookAndFeel - lookAndFeel
    • history

      public History history()
      Fluent getter for history.
      Returns:
      history
    • history

      public Spacecc1E40 history(History history)
      Fluent setter for history.
      Parameters:
      history - history
      Returns:
      this
    • getHistory

      public History getHistory()
      Gets the value of history.
      Returns:
      history
    • setHistory

      public void setHistory(History history)
      Sets the value of history.
      Parameters:
      history - history
    • key

      public String key()
      Fluent getter for key.

      The key of the space.

      Returns:
      key
    • key

      public Spacecc1E40 key(String key)
      Fluent setter for key.

      The key of the space.

      Parameters:
      key - key
      Returns:
      this
    • getKey

      public String getKey()
      Gets the value of key.

      The key of the space.

      Returns:
      key
    • setKey

      public void setKey(String key)
      Sets the value of key.

      The key of the space.

      Parameters:
      key - key
    • links

      public Map<String,Object> links()
      Fluent getter for links.
      Returns:
      links
    • links

      public Spacecc1E40 links(Map<String,Object> links)
      Fluent setter for links.
      Parameters:
      links - links
      Returns:
      this
    • getLinks

      public Map<String,Object> getLinks()
      Gets the value of links.
      Returns:
      links
    • setLinks

      public void setLinks(Map<String,Object> links)
      Sets the value of links.
      Parameters:
      links - links
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object