Class ContentRestriction.ContentRestrictionBuilder
- java.lang.Object
-
- com.atlassian.confluence.api.model.permissions.ContentRestriction.ContentRestrictionBuilder
-
- Enclosing class:
- ContentRestriction
public static class ContentRestriction.ContentRestrictionBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentRestriction
build()
ContentRestriction.ContentRestrictionBuilder
content(Reference<Content> content)
ContentRestriction.ContentRestrictionBuilder
operation(OperationKey operation)
ContentRestriction.ContentRestrictionBuilder
restrictions(@Nullable Map<SubjectType,PageResponse<Subject>> restrictions)
-
-
-
Method Detail
-
content
public ContentRestriction.ContentRestrictionBuilder content(Reference<Content> content)
-
operation
public ContentRestriction.ContentRestrictionBuilder operation(OperationKey operation)
-
restrictions
public ContentRestriction.ContentRestrictionBuilder restrictions(@Nullable Map<SubjectType,PageResponse<Subject>> restrictions)
-
build
public ContentRestriction build()
-
-