Class ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
- java.lang.Object
-
- com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder<ContentRestriction,ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder>
-
- com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
-
- Enclosing class:
- ContentRestrictionsPageResponse
public static class ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder extends PageResponseImpl.Builder<ContentRestriction,ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
addLink(Link link)
ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
addLink(LinkType type, String path)
ContentRestrictionsPageResponse
build()
ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
withContentId(ContentId contentId)
ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
withRestrictionsHash(@Nullable String restrictionsHash)
-
Methods inherited from class com.atlassian.confluence.api.model.pagination.PageResponseImpl.Builder
add, addAll, hasMore, nextCursor, pageRequest, pageRequest, prevCursor
-
-
-
-
Method Detail
-
build
public ContentRestrictionsPageResponse build()
-
withContentId
public ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder withContentId(ContentId contentId)
-
withRestrictionsHash
public ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder withRestrictionsHash(@Nullable String restrictionsHash)
-
addLink
public ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder addLink(Link link)
-
addLink
public ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder addLink(LinkType type, String path)
-
-