Uses of Class
com.atlassian.confluence.api.model.permissions.ContentRestriction.ContentRestrictionBuilder
- 
Packages that use ContentRestriction.ContentRestrictionBuilder Package Description com.atlassian.confluence.api.model.permissions Model objects for user and group permission and validation checks, for use withOperationService. - 
- 
Uses of ContentRestriction.ContentRestrictionBuilder in com.atlassian.confluence.api.model.permissions
Methods in com.atlassian.confluence.api.model.permissions that return ContentRestriction.ContentRestrictionBuilder Modifier and Type Method Description static ContentRestriction.ContentRestrictionBuilderContentRestriction. builder()static ContentRestriction.ContentRestrictionBuilderContentRestriction. builder(ContentRestriction restriction)ContentRestriction.ContentRestrictionBuilderContentRestriction.ContentRestrictionBuilder. content(Reference<Content> content)ContentRestriction.ContentRestrictionBuilderContentRestriction.ContentRestrictionBuilder. operation(OperationKey operation)ContentRestriction.ContentRestrictionBuilderContentRestriction.ContentRestrictionBuilder. restrictions(@Nullable Map<SubjectType,PageResponse<Subject>> restrictions) 
 -