Uses of Class
de.xima.fc.api.rest.pub.client.security.ApiResponse
Packages that use ApiResponse
-
Uses of ApiResponse in de.xima.fc.api.rest.pub.client.security
Methods in de.xima.fc.api.rest.pub.client.security that return ApiResponseModifier and TypeMethodDescriptionApiInvocation.invoke()Invokes the request synchronously viaInvocation.invoke().DefaultApiInvocation.invoke()<T> ApiResponse<T> ApiClient.invokeApiSync(ApiCall<?> call) Invoke an API endpoint by sending an HTTP request with the given options.<T> ApiResponse<T> DefaultApiClient.invokeApiSync(ApiCall<?> call) Methods in de.xima.fc.api.rest.pub.client.security that return types with arguments of type ApiResponseModifier and TypeMethodDescriptionApiInvocation.async()Invokes the request asynchronously via theAsyncInvoker, without a callback.ApiInvocation.async(javax.ws.rs.client.InvocationCallback<ApiResponse<T>> invocationCallback) Invokes the request asynchronously via theAsyncInvoker, with a callback.DefaultApiInvocation.async()DefaultApiInvocation.async(javax.ws.rs.client.InvocationCallback<ApiResponse<T>> invocationCallback) <T> Future<ApiResponse<T>> ApiClient.invokeApiAsync(ApiCall<?> call) Invoke an API endpoint by sending an HTTP request with the given options.<T> Future<ApiResponse<T>> ApiClient.invokeApiAsync(ApiCall<?> call, javax.ws.rs.client.InvocationCallback<ApiResponse<T>> invocationCallback) Invoke an API endpoint by sending an HTTP request with the given options.<T> Future<ApiResponse<T>> DefaultApiClient.invokeApiAsync(ApiCall<?> call) <T> Future<ApiResponse<T>> DefaultApiClient.invokeApiAsync(ApiCall<?> call, javax.ws.rs.client.InvocationCallback<ApiResponse<T>> invocationCallback) <T> CompletionStage<ApiResponse<T>> ApiClient.invokeApiRx(ApiCall<?> call) Invoke an API endpoint by sending an HTTP request with the given options.<T> CompletionStage<ApiResponse<T>> DefaultApiClient.invokeApiRx(ApiCall<?> call) ApiInvocation.rx()Invokes the request asynchronously via theCompletionStageRxInvoker.DefaultApiInvocation.rx()Method parameters in de.xima.fc.api.rest.pub.client.security with type arguments of type ApiResponseModifier and TypeMethodDescriptionApiInvocation.async(javax.ws.rs.client.InvocationCallback<ApiResponse<T>> invocationCallback) Invokes the request asynchronously via theAsyncInvoker, with a callback.DefaultApiInvocation.async(javax.ws.rs.client.InvocationCallback<ApiResponse<T>> invocationCallback) <T> Future<ApiResponse<T>> ApiClient.invokeApiAsync(ApiCall<?> call, javax.ws.rs.client.InvocationCallback<ApiResponse<T>> invocationCallback) Invoke an API endpoint by sending an HTTP request with the given options.<T> Future<ApiResponse<T>> DefaultApiClient.invokeApiAsync(ApiCall<?> call, javax.ws.rs.client.InvocationCallback<ApiResponse<T>> invocationCallback)