Interface AvatarField
- All Superinterfaces:
CanBeCustomField
,CanRender<Renderer<? extends Renderer<?>>>
,Field
,ScalarField<String>
,StringField
- Since:
- 3.9.1
-
Method Summary
Methods inherited from interface com.polarion.alm.shared.api.model.fields.CanBeCustomField
containsIncompatibleValue
Methods inherited from interface com.polarion.alm.shared.api.model.fields.Field
can, compareWith, description, id, is, label, render
Methods inherited from interface com.polarion.alm.shared.api.model.fields.StringField
get, getIfCan
-
Method Details
-
link
Returns link to avatar. Does not throwUnresolvableObjectException
orPermissionDeniedException
when this user is unresolvable, not yet persisted or if current user has no read permission. -
url
Returns url of avatar. Does not throwUnresolvableObjectException
orPermissionDeniedException
when this user is unresolvable, not yet persisted or if current user has no read permission.
-