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

com.versionone.apiclient.interfaces.IModelsAndServices Maven / Gradle / Ivy

package com.versionone.apiclient.interfaces;

import java.net.URISyntaxException;

import com.versionone.apiclient.V1Configuration;

/**
 * @deprecated This interface has been deprecated. Please use V1Connector instead. 
 */
@Deprecated
public interface IModelsAndServices {
        IMetaModel getMetaModel();
        IMetaModel getMetaModelWithProxy() throws URISyntaxException;
        IServices getServices();
        IServices getServicesWithProxy() throws URISyntaxException;
        V1Configuration getV1Configuration();
        V1Configuration getV1ConfigurationWithProxy() throws URISyntaxException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy