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 Summary
Modifier and TypeMethodDescriptionbuildUrl
(AvatarOptions options) Builds the URI according to set options and the given email Address.byte[]
download
(AvatarOptions options) getEmail()
-
Method Details
-
download
- Returns:
- The Libravatar itself
-
buildUrl
Builds the URI according to set options and the given email Address.- Returns:
- The URI for retrieving the Libravatar.
-
getEmail
String getEmail()
-