
com.contentstack.sdk.IURLRequestHTTP Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java Show documentation
Show all versions of java Show documentation
Java SDK for Contentstack Content Delivery API
package com.contentstack.sdk;
import org.json.JSONObject;
import java.util.LinkedHashMap;
public interface IURLRequestHTTP {
void send();
LinkedHashMap getHeaders();
void setHeaders(LinkedHashMap headers);
JSONObject getResponse();
String getInfo();
void setInfo(String info);
String getController();
void setController(String controller);
ResultCallBack getCallBackObject();
void setCallBackObject(ResultCallBack builtResultCallBackObject);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy