Class LimitedSpaceResponse
java.lang.Object
com.atlassian.confluence.api.model.content.LimitedSpaceResponse
Response wrapper for limited space search results with pagination metadata.
- Since:
- 9.2.7
-
Constructor Summary
ConstructorsConstructorDescriptionLimitedSpaceResponse
(List<LimitedSpace> spaces, int totalSize, boolean isLastPage) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
-
Constructor Details
-
LimitedSpaceResponse
-
-
Method Details
-
getSpaces
-
getTotalSize
public int getTotalSize() -
isLastPage
public boolean isLastPage()
-