Uses of Interface
de.xima.fc.api.rest.pub.client.generic.ApiBundle
Packages that use ApiBundle
Package
Description
-
Uses of ApiBundle in de.xima.fc.api.rest.pub.client.generic
Classes in de.xima.fc.api.rest.pub.client.generic 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.generic 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.publicGenericClient(EHttpTransportType httpClient, IUserPortalRestClientConfig config) This method returns the generatedApiBundlewith 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.publicGenericRestClient()Gets the generated REST client for the public generic API.