rocks.voss.toniebox.beans.amazon.AmazonBean 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;
@Data
public class AmazonBean {
private String fileId;
private RequestBean request;
}