com.syncano.library.api.RequestGetOne Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of library Show documentation
Show all versions of library Show documentation
Syncano's library is written in Java and provides communication with Syncano (www.syncano.io) via HTTPS RESTful interface.
package com.syncano.library.api;
import com.syncano.library.Syncano;
@Deprecated
public class RequestGetOne extends RequestGet {
@Deprecated
public RequestGetOne(Class resultType, String url, Syncano syncano) {
super(resultType, url, syncano);
}
@Deprecated
public RequestGetOne(T dataObject, String url, Syncano syncano) {
super(dataObject, url, syncano);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy