
com.targomo.client.api.request.GetRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java client library for easy usage of Targomo web services.
The newest version!
package com.targomo.client.api.request;
import com.targomo.client.api.exception.TargomoClientException;
/**
* Created by David on 18.07.2017.
*/
@FunctionalInterface
public interface GetRequest {
R get(T t) throws TargomoClientException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy