Class DefaultApiBundle
java.lang.Object
de.xima.fc.api.rest.pub.client.user.DefaultApiBundle
- All Implemented Interfaces:
ApiBundle
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultApiBundle(ApiClient client) A new API bundle that uses the given client for sending requests. -
Method Summary
Modifier and TypeMethodDescription<T extends EndpointCategory>
TGeneric method for accessing an API of a particular type.client()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ApiBundle
profileApi, userProfileImageApi
-
Constructor Details
-
DefaultApiBundle
A new API bundle that uses the given client for sending requests.- Parameters:
client- API client to use for sending requests.
-
-
Method Details
-
client
-
api
Description copied from interface:ApiBundle
-