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

dev.soffa.foundation.model.TenantList Maven / Gradle / Ivy

There is a newer version: 0.17.31
Show newest version
package dev.soffa.foundation.model;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

import java.util.Set;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class TenantList {

    private Set tenants;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy