All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.web.model.dto.filesystem.BodyDto Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.dto.filesystem;

import java.util.List;
import lombok.Data;

@Data
public class BodyDto {

  private String contentType;
  private String body;
  private List formData;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy