public interface

AvatarAware

com.atlassian.bitbucket.rest.avatar.AvatarAware
Known Indirect Subclasses

Class Overview

Applied to REST entities for which avatars may be set, to ensure a consistent property name is used to store the avatar's URL.

Summary

Constants
String AVATAR_URL
Public Methods
void setAvatarUrl(String avatarUrl)

Constants

public static final String AVATAR_URL

Constant Value: "avatarUrl"

Public Methods

public void setAvatarUrl (String avatarUrl)