Class ExternalApiRequest<T>
java.lang.Object
org.chenile.core.external.ExternalApiRequest<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ExternalApiRequest<T> of(String system, String operation, String url, HttpMethod method, Object body, Class<T> responseType)
-
Field Details
-
system
-
operation
-
url
-
method
-
headers
-
body
-
responseType
-
-
Constructor Details
-
ExternalApiRequest
public ExternalApiRequest()
-
-
Method Details
-
of
public static <T> ExternalApiRequest<T> of(String system, String operation, String url, HttpMethod method, Object body, Class<T> responseType)
-