
net.interfax.rest.client.config.ClientConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-client Show documentation
Show all versions of api-client Show documentation
Library that enables using InterFAX HTTP APIs using Java
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