@ExperimentalApi public class

SystemAndCustomAvatars

extends Object
java.lang.Object
   ↳ com.atlassian.jira.avatar.SystemAndCustomAvatars

@ExperimentalApi

This class is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Class Overview

Provides lists of system and custom avatars. getAvatars(com.atlassian.jira.user.ApplicationUser, String)

Summary

Public Constructors
SystemAndCustomAvatars(List<Avatar> systemAvatars, List<Avatar> customAvatars)
Public Methods
Iterable<Avatar> getCustomAvatars()
Iterable<Avatar> getSystemAvatars()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SystemAndCustomAvatars (List<Avatar> systemAvatars, List<Avatar> customAvatars)

Public Methods

public Iterable<Avatar> getCustomAvatars ()

public Iterable<Avatar> getSystemAvatars ()