Class SpaceGroup

java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.confluence.core.ConfluenceEntityObject
com.atlassian.confluence.spaces.SpaceGroup
All Implemented Interfaces:
NotExportable, Serializable, Cloneable

@Deprecated public class SpaceGroup extends ConfluenceEntityObject implements NotExportable
Deprecated.
in 5.9.

SpaceGroup and related classes like SpaceGroupManager and SpaceGroupComparator will be removed. Please do not use them. Note: NotExportable added to skip groups on XML restore

See Also:
  • Constructor Details

    • SpaceGroup

      public SpaceGroup()
      Deprecated.
    • SpaceGroup

      public SpaceGroup(String key)
      Deprecated.
  • Method Details

    • getName

      public String getName()
      Deprecated.
    • setName

      public void setName(String name)
      Deprecated.
    • getKey

      public String getKey()
      Deprecated.
    • setKey

      public void setKey(String key)
      Deprecated.
    • getLicenseKey

      public String getLicenseKey()
      Deprecated.
    • setLicenseKey

      public void setLicenseKey(String licenseKey)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class com.atlassian.core.bean.EntityObject
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class com.atlassian.core.bean.EntityObject