Interface Avatar


public interface Avatar

Avatar -- A single avatar to be displayed.

Since:
3.0.0 2023-01-19
Author:
rlichti <rlichti@kaiserpfalz-edv.de>
  • Method Details

    • download

      byte[] download(AvatarOptions options)
      Returns:
      The Libravatar itself
    • buildUrl

      String buildUrl(AvatarOptions options)
      Builds the URI according to set options and the given email Address.
      Returns:
      The URI for retrieving the Libravatar.
    • getEmail

      String getEmail()