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

com.banxa.model.request.Request Maven / Gradle / Ivy

The newest version!
package com.banxa.model.request;

public interface Request {
    String getUri();
    String getMethod();
    String getPayload() throws Exception;

    Class getResponseClass();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy