rocks.voss.toniebox.beans.amazon.UrlBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toniebox-api Show documentation
Show all versions of toniebox-api Show documentation
API to handle request for the Toniebox
package rocks.voss.toniebox.beans.amazon;
import lombok.Data;
import java.io.Serializable;
@Data
public class UrlBean implements Serializable {
private String url;
private FieldsBean fields;
}