java.lang.Object
com.atlassian.confluence.plugins.restapi.rvsync.resources.model.error.MissingSpaceIdsResponse
All Implemented Interfaces:
Serializable

public class MissingSpaceIdsResponse extends Object implements Serializable
Response is used when space filter list update request contains space ids that don't exist in the database
Since:
9.2.7
See Also:
  • Constructor Details

    • MissingSpaceIdsResponse

      public MissingSpaceIdsResponse()
    • MissingSpaceIdsResponse

      public MissingSpaceIdsResponse(Set<Long> spaceIds)
  • Method Details

    • getSpaceIds

      public Set<Long> getSpaceIds()
    • setSpaceIds

      public void setSpaceIds(Set<Long> spaceIds)