io.sprucehill.zalando.api.model.SizeChart Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zalando-java-api-wrapper Show documentation
Show all versions of zalando-java-api-wrapper Show documentation
A Java API wrapper for the Zalando public API
package io.sprucehill.zalando.api.model;
/**
* @author Michael Duergner
*/
public enum SizeChart {
EU,UK,FR,IT;
}