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

net.ravendb.client.serverwide.operations.certificates.GetCertificatesResponse Maven / Gradle / Ivy

package net.ravendb.client.serverwide.operations.certificates;

import java.util.List;

public class GetCertificatesResponse {
    private List results;

    public List getResults() {
        return results;
    }

    public void setResults(List results) {
        this.results = results;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy