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

io.castled.dtos.WarehouseTestConnectionRequest Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package io.castled.dtos;

import io.castled.warehouses.WarehouseConfig;
import io.castled.warehouses.WarehouseType;
import lombok.Data;

@Data
public class WarehouseTestConnectionRequest {

    private WarehouseConfig config;
    private WarehouseType type;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy