Interface UpdatableProjectRolesField

All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>, Field, Iterable<ProjectWithRoles>, IterableWithSize<ProjectWithRoles>, ProjectRolesField

public interface UpdatableProjectRolesField extends ProjectRolesField
Since:
3.19.3
  • Method Details

    • addRole

      void addRole(@NotNull String projectId, @NotNull String roleId)
      Adds a Project Role to the group.
      Throws:
      IllegalArgumentException - if the Project or Role with the given ID does not exist.
    • removeRole

      void removeRole(@NotNull String projectId, @NotNull String roleId)
      Removes a Project Role, if there, from the group.