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

net.interfax.rest.client.config.ClientConfig Maven / Gradle / Ivy

There is a newer version: 0.2
Show newest version
package net.interfax.rest.client.config;

public class ClientConfig {

    private InterFAX interFAX;

    public InterFAX getInterFAX() {
        return interFAX;
    }

    public void setInterFAX(final InterFAX interFAX) {
        this.interFAX = interFAX;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy