Uses of Interface
de.xima.fc.api.rest.pub.client.user.ApiBundle
Packages that use ApiBundle
Package
Description
-
Uses of ApiBundle in de.xima.fc.api.rest.pub.client.user
Classes in de.xima.fc.api.rest.pub.client.user that implement ApiBundleModifier and TypeClassDescriptionfinal classThe default implementation of anApiBundlethat provides access to the individual APIs.Methods in de.xima.fc.api.rest.pub.client.user that return ApiBundleModifier and TypeMethodDescriptionApiClientBuilder.buildBundle()Creates a bundle with all APIs.ApiClient.createBundle()DefaultApiClient.createBundle() -
Uses of ApiBundle in de.xima.fc.user_portal.api.client
Methods in de.xima.fc.user_portal.api.client that return types with arguments of type ApiBundleModifier and TypeMethodDescriptionUserPortalRestClientManager.publicUserClient(EHttpTransportType httpClient, IUserPortalRestClientConfig config) This method returns theApiBundlewith the REST client for the public user portal API. -
Uses of ApiBundle in de.xima.fc.user_portal.api.context
Methods in de.xima.fc.user_portal.api.context that return ApiBundleModifier and TypeMethodDescriptionIUserPortalInvocationContext.publicUserRestClient()Gets the generated REST client for the public user API.