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

io.serialized.client.tenant.TenantsResponse Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
package io.serialized.client.tenant;

import java.util.List;

import static java.util.Collections.unmodifiableList;

public class TenantsResponse {

  private List tenants;

  public List tenants() {
    return unmodifiableList(tenants);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy