Class ContentRestrictionResource
java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.ContentRestrictionResource
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyOperation
(ContentId id, String expand) forOperation
(ContentId id, OperationKey opKey, String expand, int start, int limit) updateRestrictions
(ContentId contentId, String expand, List<ContentRestriction> contentRestrictions)
-
Constructor Details
-
ContentRestrictionResource
-
-
Method Details
-
byOperation
-
forOperation
@PublicApi public ContentRestriction forOperation(ContentId id, OperationKey opKey, String expand, int start, int limit) -
updateRestrictions
@PublicApi public PageResponse<ContentRestriction> updateRestrictions(ContentId contentId, String expand, List<ContentRestriction> contentRestrictions)
-