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

com.syncano.library.api.RequestGetOne Maven / Gradle / Ivy

Go to download

Syncano's library is written in Java and provides communication with Syncano (www.syncano.io) via HTTPS RESTful interface.

There is a newer version: 4.1.2
Show newest version
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