Uses of Interface
de.xima.fc.api.rest.pub.client.form.ApiClient
Packages that use ApiClient
-
Uses of ApiClient in de.xima.fc.api.rest.pub.client.form
Classes in de.xima.fc.api.rest.pub.client.form that implement ApiClientModifier and TypeClassDescriptionfinal classThe default API client that is responsible for sending REST-like calls to an API endpoint and also takes care of serialization and deserialization.Methods in de.xima.fc.api.rest.pub.client.form that return ApiClientModifier and TypeMethodDescriptionApiClientBuilder.buildClient()Creates a new client.ApiBundle.client()DefaultApiBundle.client()Constructors in de.xima.fc.api.rest.pub.client.form with parameters of type ApiClientModifierConstructorDescriptionDefaultApiBundle(ApiClient client) A new API bundle that uses the given client for sending requests.DefaultApiInvocation(ApiClient apiClient, ApiCall<?> call) Creates a new wrapper for an API call to provide multiple dispatch styles. -
Uses of ApiClient in de.xima.fc.api.rest.pub.client.form.api
Constructors in de.xima.fc.api.rest.pub.client.form.api with parameters of type ApiClient