Class RequestContext
java.lang.Object
de.focus_shift.lexoffice.java.sdk.RequestContext
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoiddelete(RestUriBuilder uriBuilder) <R,E> R execute(RestUriBuilder uriBuilder, org.springframework.http.HttpMethod method, E body, org.springframework.core.ParameterizedTypeReference<R> responseType) <R> Rexecute(RestUriBuilder uriBuilder, org.springframework.http.HttpMethod method, org.springframework.core.ParameterizedTypeReference<R> responseType) protected com.fasterxml.jackson.databind.ObjectMapperprotected voidwaitFuturePassed(long future)
-
Method Details
-
getObjectMapper
protected com.fasterxml.jackson.databind.ObjectMapper getObjectMapper() -
getUriBuilder
-
execute
public <R> R execute(RestUriBuilder uriBuilder, org.springframework.http.HttpMethod method, org.springframework.core.ParameterizedTypeReference<R> responseType) -
execute
public <R,E> R execute(RestUriBuilder uriBuilder, org.springframework.http.HttpMethod method, E body, org.springframework.core.ParameterizedTypeReference<R> responseType) -
delete
-
checkThrottlePeriod
protected void checkThrottlePeriod() -
waitFuturePassed
protected void waitFuturePassed(long future)
-