public static final enum

Avatar.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.avatar.Avatar.Type

Class Overview

An indicator of the owner type of the avatar. E.g. project, user, group, role etc.

Summary

Enum Values
Avatar.Type  ISSUETYPE   
Avatar.Type  PROJECT   
Avatar.Type  USER   
Public Methods
static Avatar.Type getByName(String name)
String getName()
The canonical String representation of the type.
static Avatar.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Avatar.Type ISSUETYPE

public static final Avatar.Type PROJECT

public static final Avatar.Type USER

Public Methods

public static Avatar.Type getByName (String name)

public String getName ()

The canonical String representation of the type.

Returns
  • the name.

public static Avatar.Type valueOf (String name)

public static final Type[] values ()