Uses of Interface
com.qtsurfer.api.sdk.internal.ApiCalls.ApiCall
Packages that use ApiCalls.ApiCall
-
Uses of ApiCalls.ApiCall in com.qtsurfer.api.sdk.internal
Methods in com.qtsurfer.api.sdk.internal with parameters of type ApiCalls.ApiCallModifier and TypeMethodDescriptionstatic <T,E extends QTSError>
TApiCalls.call(ApiCalls.ApiCall<T> call, String message, BiFunction<String, Throwable, E> errorCtor) Invokecall, mapping anApiExceptionto the error type built byerrorCtor.