Uses of Class
de.xima.fc.user_portal.api.client.UserPortalClient
-
Packages that use UserPortalClient Package Description de.xima.fc.user_portal.api.client -
-
Uses of UserPortalClient in de.xima.fc.user_portal.api.client
Methods in de.xima.fc.user_portal.api.client that return UserPortalClient Modifier and Type Method Description UserPortalClient<de.xima.fc.api.rest.pub.client.generic.ApiBundle>
UserPortalRestClientManager. publicGenericClient(EHttpTransportType httpClient, IUserPortalRestClientConfig config)
This method returns the generatedApiBundle
with the REST client for the public user portal API.UserPortalClient<de.xima.fc.api.rest.pub.client.user_portal.ApiBundle>
UserPortalRestClientManager. publicUserPortalClient(EHttpTransportType httpClient, IUserPortalRestClientConfig config)
This method returns theApiBundle
with the REST client for the public user portal API.
-