java.lang.Object
com.atlassian.confluence.internal.api.incrementalsync.model.security.InclusionList

public class InclusionList extends Object
Spaces filter representation: includes list of space references for the spaces, which are allowed to synchronise with external clients (f.e. Rovo)
Since:
9.2.7
See Also:
  • Constructor Details

    • InclusionList

      public InclusionList(Set<SpaceReference> spaces, boolean optInNewSpaces)
  • Method Details

    • getSpaces

      public Set<SpaceReference> getSpaces()
    • isOptInNewSpaces

      public boolean isOptInNewSpaces()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object