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