Interface UpdatableUsersField
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>,Field,Iterable<User>,IterableField<User>,IterableWithSize<User>,ModelObjectsReferenceField<User>,UsersField
- Since:
- 3.19.3
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a User.voidclear()voidremoveUser(String userId) Removes a User, if there.Methods inherited from interface com.polarion.alm.shared.api.model.fields.Field
can, compareWith, description, id, is, labelMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface com.polarion.alm.shared.api.model.fields.IterableField
renderMethods inherited from interface com.polarion.alm.shared.api.utils.collections.IterableWithSize
addAllTo, isEmpty, size, toArray, toArrayList
-
Method Details
-
addUser
Adds a User. Already present users are ignored. -
removeUser
Removes a User, if there. -
clear
void clear()- Since:
- 3.23.4
-