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

pub.codex.apix.schema.ApiListing Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package pub.codex.apix.schema;

import java.util.List;

public class ApiListing {

    private final List apis;


    public ApiListing(List apis) {
        this.apis = apis;

    }


    public List getApis() {
        return apis;
    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy