Class PermissionChange
java.lang.Object
com.atlassian.confluence.functest.rest.admin.model.PermissionChange
- Direct Known Subclasses:
SubjectPermissionChange
Model object for
PermissionsResource
,
representing a grant or revoke of a single permission.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
protected
PermissionChange
(PermissionChange.Builder builder) -
Method Summary
Modifier and TypeMethodDescriptionstatic PermissionChange.Builder
builder()
Get the permission to change: the string value (not the constant name) of a space permission, for example a value fromcom.atlassian.confluence.it.Permission#getValue()
boolean
Whether to grant or revoke the permission.
-
Constructor Details
-
PermissionChange
protected PermissionChange() -
PermissionChange
-
-
Method Details
-
shouldGrant
public boolean shouldGrant()Whether to grant or revoke the permission. -
getPermission
Get the permission to change: the string value (not the constant name) of a space permission, for example a value fromcom.atlassian.confluence.it.Permission#getValue()
-
builder
-