Uses of Enum Class
com.riadalabs.jira.plugins.insight.services.model.AvatarSize
Packages that use AvatarSize
-
Uses of AvatarSize in com.riadalabs.jira.plugins.insight.services.model
Methods in com.riadalabs.jira.plugins.insight.services.model that return AvatarSizeModifier and TypeMethodDescriptionstatic AvatarSize
Returns the enum constant of this class with the specified name.static AvatarSize[]
AvatarSize.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.riadalabs.jira.plugins.insight.services.model that return types with arguments of type AvatarSizeModifier and TypeMethodDescriptionstatic Optional<AvatarSize>
AvatarSize.valueOf
(int width) Returns the enum constant of this class with the specified name.