public abstract class

AbstractAvatarSupplier

extends Object
implements AvatarSupplier
java.lang.Object
   ↳ com.atlassian.bitbucket.avatar.AbstractAvatarSupplier
Known Direct Subclasses

Summary

Protected Constructors
AbstractAvatarSupplier()
AbstractAvatarSupplier(String contentType)
Public Methods
String getContentType()
The content type of the avatar, e.g., "image/png"
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.bitbucket.avatar.AvatarSupplier
From interface com.atlassian.bitbucket.io.InputSupplier

Protected Constructors

protected AbstractAvatarSupplier ()

protected AbstractAvatarSupplier (String contentType)

Public Methods

public String getContentType ()

The content type of the avatar, e.g., "image/png"

Returns
  • the string representing the content type