com.notronix.etsy.api.model.Avatar Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JEtsy Show documentation
Show all versions of JEtsy Show documentation
A Java implementation of a Java version of the Etsy API
package com.notronix.etsy.api.model;
import java.time.Instant;
public interface Avatar
{
Long getAvatarId();
String getHexCode();
Integer getRed();
Integer getGreen();
Integer getBlue();
Integer getHue();
Integer getSaturation();
Integer getBrightness();
Boolean getBlackAndWhite();
Instant getCreationTsz();
Long getUserId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy