Class PermissionCheckResponse
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.PermissionCheckResponse
PermissionCheckResponse
This object represents the response for the content permission check API. If the user or group does not have permissions, the following errors may be returned: - Group does not have permission to the space - Group does not have permission to the content - User is not allowed to use Confluence - User does not have permission to the space - User does not have permission to the content - Anonymous users are not allowed to use Confluence - Anonymous user does not have permission to the space - Anonymous user does not have permission to the content
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPermissionCheckResponse(Boolean hasPermission, List<Map<String, Object>> errors, Map<String, Object> Links) Constructs a validated instance ofPermissionCheckResponse.Constructs a validated instance ofPermissionCheckResponse. -
Method Summary
-
Field Details
-
hasPermission
-
errors
-
Links
-
-
Constructor Details
-
PermissionCheckResponse
Constructs a validated instance ofPermissionCheckResponse.- Parameters:
spec- the specification to process
-
PermissionCheckResponse
@Internal public PermissionCheckResponse(Boolean hasPermission, List<Map<String, Object>> errors, Map<String, Object> Links) Constructs a validated instance ofPermissionCheckResponse.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PermissionCheckResponse(Consumer)instead.- Parameters:
hasPermission- hasPermissionerrors- errorsLinks- Links
-
PermissionCheckResponse
protected PermissionCheckResponse()
-
-
Method Details