Interface AvatarField

All Superinterfaces:
CanBeCustomField, CanRender<Renderer<? extends Renderer<?>>>, Field, ScalarField<String>, StringField

public interface AvatarField extends StringField
Since:
3.9.1
  • Method Details

    • link

      @NotNull HtmlLink link()
      Returns link to avatar. Does not throw UnresolvableObjectException or PermissionDeniedException when this user is unresolvable, not yet persisted or if current user has no read permission.
    • url

      @NotNull String url()
      Returns url of avatar. Does not throw UnresolvableObjectException or PermissionDeniedException when this user is unresolvable, not yet persisted or if current user has no read permission.