Class PermissionChange.Builder<T extends PermissionChange.Builder>

    • Constructor Detail

      • Builder

        protected Builder()
    • Method Detail

      • permission

        public T permission​(String permission)
        Parameters:
        permission - the string value (not the constant name) of a space permission, for example a value from com.atlassian.confluence.it.Permission#getValue()
      • grant

        public T grant​(boolean grant)
        Parameters:
        grant - whether to grant or revoke the permission.