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

com.tapstream.sdk.ApiResponse Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package com.tapstream.sdk;


import com.tapstream.sdk.http.HttpResponse;

public interface ApiResponse {

    /**
     * Returns the {@link HttpResponse} this instance was created from.
     *
     * @return the associated http response.
     */
    HttpResponse getHttpResponse();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy