Uses of Interface
de.xima.fc.api.rest.pub.client.user.ApiClient
Packages that use ApiClient
-
Uses of ApiClient in de.xima.fc.api.rest.pub.client.user
Classes in de.xima.fc.api.rest.pub.client.user 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.user that return ApiClientModifier and TypeMethodDescriptionApiClientBuilder.buildClient()Creates a new client.ApiBundle.client()DefaultApiBundle.client()Constructors in de.xima.fc.api.rest.pub.client.user 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.user.api
Constructors in de.xima.fc.api.rest.pub.client.user.api with parameters of type ApiClientModifierConstructorDescriptionProfileApi(ApiClient apiClient) Creates a new API handler that uses the given client to send the HTTP requests.UserProfileImageApi(ApiClient apiClient) Creates a new API handler that uses the given client to send the HTTP requests.